Skip to content

Commit

Permalink
I just don't know anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 10, 2024
1 parent 2e7aa7e commit 191ccb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ 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@v4
with:
name: deploy-pages
path: deploy-pages.tar.gz
- uses: actions/deploy-pages@v4
with:
path: doc/build/html/*
Expand Down

0 comments on commit 191ccb9

Please sign in to comment.