Skip to content

Commit

Permalink
Merge pull request #50 from funkelab/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-pages-artifact-2

ci(dependabot): bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
tlambert03 committed Jul 28, 2023
2 parents 3dd75a3 + 0fbe659 commit 842d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: sphinx-build docs/source docs/build/html -W -b html

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: docs/build/html
retention-days: 90
Expand Down

0 comments on commit 842d15d

Please sign in to comment.