Skip to content

Commit

Permalink
try again to figures out upload-artifacts syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hamogu committed Feb 18, 2025
1 parent 90bc016 commit bef9016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_static_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
# Upload entire repository
path: 'docs/.'
path: 'docs/*'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit bef9016

Please sign in to comment.