Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Dec 20, 2023
1 parent def4829 commit 5b8365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: npm run build # It is faster to rebuild than to download/upload the build output.
- uses: actions/upload-pages-artifact@v2
with:
path: "./build"
path: ./build
- uses: actions/deploy-pages@v2

auto-format:
Expand Down

0 comments on commit 5b8365c

Please sign in to comment.