Skip to content

Commit

Permalink
Update sphinx-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbmorgan authored Jul 29, 2024
1 parent cf204e2 commit 76849bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
docs-folder: "docs/"
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: docs/build/html
Expand All @@ -49,8 +49,8 @@ jobs:
steps:
#- name: Checkout
# uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
#- name: Setup Pages
# uses: actions/configure-pages@v5
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 76849bd

Please sign in to comment.