Skip to content

Commit

Permalink
Update dist.yml: exclude index.html from zipped update site
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored Nov 5, 2024
1 parent acd37ff commit 0f8afe5
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 .
zip -r ../updates.zip -x index.html .
- name: Upload Github Pages Artifact
uses: actions/upload-pages-artifact@v3
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 0f8afe5

Please sign in to comment.