Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale authored Jan 10, 2024
1 parent cf30e75 commit 2e7aa7e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,9 @@ 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/artifact@v4
with:
path: deploy-pages.tar.gz
- uses: actions/deploy-pages@v4
with:
path: doc/build/html/*

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

0 comments on commit 2e7aa7e

Please sign in to comment.