Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
Fix syntax error once again
  • Loading branch information
ArcTrooper210 authored Oct 13, 2024
1 parent dbb8448 commit 77e3ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
CI: true
ENABLE_MINIFY: true
ENABLE_STRICT_GIT_REVISION_DATE: true
steps:
steps:
- uses: actions/checkout@v4
with:
ref: main
Expand All @@ -21,7 +21,7 @@ jobs:
enable-cache: true
cache-dependency-glob: "uv.lock"
- uses: actions/setup-python@v5
with:
with:
python-version: 3.x
- run: uv sync
- run: |
Expand Down

0 comments on commit 77e3ff1

Please sign in to comment.