Skip to content

Commit

Permalink
chore: merge pull request #40 from `threeal/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-pages-artifact-2.0.0`

chore: bump actions/upload-pages-artifact from 1.0.8 to 2.0.0
  • Loading branch information
threeal authored Jul 12, 2023
2 parents a43072b + 30f28b0 commit 633c088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ jobs:
run: sphinx-build -b html docs build/docs -W --keep-going

- name: Upload artifact
uses: actions/upload-pages-artifact@v1.0.8
uses: actions/upload-pages-artifact@v2.0.0
with:
path: build/docs
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: sphinx-build -b html docs docs/build -W --keep-going

- name: Upload artifact
uses: actions/upload-pages-artifact@v1.0.8
uses: actions/upload-pages-artifact@v2.0.0
with:
path: docs/build

Expand Down

0 comments on commit 633c088

Please sign in to comment.