Skip to content

Commit

Permalink
troubleshooting deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Varlotte committed Feb 25, 2024
1 parent 7db4563 commit 2029a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Generate redirect file
run: cp dist/index.html dist/200.html
- name: Deploy to Surge
run: npm run deploy --token ${{ secrets.SURGE_TOKEN }}
run: npm run deploy -- --token ${{ secrets.SURGE_TOKEN }}

0 comments on commit 2029a6f

Please sign in to comment.