Skip to content

Commit

Permalink
Tried upload pages-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 10, 2024
1 parent 191ccb9 commit 4ffc9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ jobs:
- 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
- uses: actions/upload-pages-artifact@v3
with:
name: deploy-pages
path: deploy-pages.tar.gz
path: doc/build/html/*
- uses: actions/deploy-pages@v4
with:
path: doc/build/html/*
Expand Down

0 comments on commit 4ffc9f4

Please sign in to comment.