Skip to content

Commit

Permalink
Trying to get artifacts happy
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 10, 2024
1 parent f7e8d96 commit cf30e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- run: pip install --user montepy[doc]
- run: cd doc && make html
- run: tar -czf deploy-pages.tar.gz doc/build/html
- uses: actions/upload-artifact@v3
- uses: actions/artifact@v4
with:
path: deploy-pages.tar.gz
- uses: actions/deploy-pages@v4
Expand Down

0 comments on commit cf30e75

Please sign in to comment.