Skip to content

Commit

Permalink
Fix yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sandykadam committed Nov 10, 2023
1 parent 455d15b commit 55ff665
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
CI: true
- name: Deploy to GH Pages 🚀
uses: actions/deploy-pages@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: public
uses: actions/deploy-pages@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: public

0 comments on commit 55ff665

Please sign in to comment.