Skip to content

Commit

Permalink
Merge pull request #59 from sdfordham/fix-deploy-workflow
Browse files Browse the repository at this point in the history
fix-deploy-workflow
  • Loading branch information
sdfordham authored May 11, 2024
2 parents 0f2d7cf + fda49e3 commit 6c2975a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Build html
run: sphinx-build -b html ./doc/source/ ./doc/build/
- name: Setup Pages
uses: actions/configure-pages@v5
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v1
with:
path: ./doc/build/
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v1

0 comments on commit 6c2975a

Please sign in to comment.