Skip to content

Commit

Permalink
Fix GitHub Pages deployment to use 'archives' instead of 'archive'
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Feb 6, 2025
1 parent caefd74 commit a6ac178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
cp -r index.html output/
cp -r .well-known output/
cp -r archive output/
cp -r archives output/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit a6ac178

Please sign in to comment.