Skip to content

Commit

Permalink
Update static.yml fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sandykadam authored Aug 19, 2024
1 parent 386be10 commit fb677b0
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 @@ -37,10 +37,10 @@ jobs:
CI: true
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GH Pages 🚀
id: deployment
uses: actions/deploy-pages@v4
Expand Down

0 comments on commit fb677b0

Please sign in to comment.