We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
threeal/dependabot/github_actions/actions/upload-pages-artifact-2.0.0
2 parents a43072b + 30f28b0 commit 633c088Copy full SHA for 633c088
.github/workflows/build.yml
@@ -109,6 +109,6 @@ jobs:
109
run: sphinx-build -b html docs build/docs -W --keep-going
110
111
- name: Upload artifact
112
- uses: actions/upload-pages-artifact@v1.0.8
+ uses: actions/upload-pages-artifact@v2.0.0
113
with:
114
path: build/docs
.github/workflows/deploy.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: sphinx-build -b html docs docs/build -W --keep-going
31
32
33
34
35
path: docs/build
36
0 commit comments