Skip to content

Commit

Permalink
Fixed uploading tar ball
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 10, 2024
1 parent 819a05d commit 2eaa938
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,13 @@ jobs:
python-version: 3.8
- 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
with:
path: deploy-pages.tar.gz
- uses: actions/deploy-pages@v4
with:
path: doc/build/html
path: deploy-pages.tar.gz

deploy-pypi:
needs: [deploy-pages]
Expand Down

0 comments on commit 2eaa938

Please sign in to comment.