Skip to content

Commit

Permalink
Tried naming step.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 10, 2024
1 parent 7133f25 commit 689ba4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
- 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
Expand All @@ -126,7 +125,10 @@ jobs:
needs: build-pages
runs-on: ubuntu-latest
steps:
- uses: actions/deploy-pages@v3
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3


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

0 comments on commit 689ba4e

Please sign in to comment.