Skip to content

Commit

Permalink
Fix deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
gwllx committed Apr 20, 2024
1 parent c1c2080 commit 33d1b95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- run: npm run build
- uses: actions/upload-pages-artifact@v3
with:
name: build
path: build/
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 33d1b95

Please sign in to comment.