Skip to content

Commit

Permalink
Update dist.yml: fix use of exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored Nov 5, 2024
1 parent 0f8afe5 commit 4185003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
shell: bash
run: |
cd _site/updates
zip -r ../updates.zip -x index.html .
zip -r ../updates.zip . --exclude index.html
- name: Upload Github Pages Artifact
uses: actions/upload-pages-artifact@v3
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 4185003

Please sign in to comment.