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.
1 parent f40b0fa commit 0269a9fCopy full SHA for 0269a9f
.github/workflows/docs.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
docs-folder: "docs/"
13
14
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v3
15
16
name: DocumentationHTML
17
path: docs/_build/html/
@@ -32,4 +32,4 @@ jobs:
32
33
branch: gh-pages
34
directory: gh-pages
35
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments