Skip to content

Commit

Permalink
Update static.yml added missing artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
sandykadam authored Aug 19, 2024
1 parent dd5bad3 commit 386be10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
env:
CI: true
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Upload artifact
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 386be10

Please sign in to comment.