Skip to content

Commit

Permalink
fix(ci): upload entire repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelerlaw committed Dec 22, 2023
1 parent a10fa7d commit e962cb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: index.md
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3

0 comments on commit e962cb0

Please sign in to comment.