Skip to content

Commit

Permalink
Merge pull request #40 from blowekamp/update_docs_ci
Browse files Browse the repository at this point in the history
Update upload-pages-artifacts action version
  • Loading branch information
blowekamp authored Feb 9, 2024
2 parents 431d7c2 + 26300b9 commit 5278ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/configure-pages@v4
- name: Upload artifact
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload build sphinx docs
path: 'docs/build/html'
Expand Down

0 comments on commit 5278ec0

Please sign in to comment.