Skip to content

Commit

Permalink
Trying with adding pages config
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale authored Jan 10, 2024
1 parent c637b9f commit 681f84a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,12 @@ jobs:
python-version: 3.8
- run: pip install --user montepy[doc]
- run: cd doc && make html
- uses: actions/configure-pages@v4
- run: tar -czf deploy-pages.tar.gz doc/build/html/*
- uses: actions/upload-pages-artifact@v3
with:
name: deploy-pages
path: doc/build/html/
path: deploy-pages.tar.gz
- uses: actions/deploy-pages@v3

deploy-pypi:
Expand Down

0 comments on commit 681f84a

Please sign in to comment.