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 3526b42 commit 0c83c0dCopy full SHA for 0c83c0d
.github/workflows/pages.yaml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build documentation
43
run: python -m sphinx docs dist/html
44
- name: Upload documentation archive
45
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
46
with:
47
path: 'dist/html'
48
- name: Deploy to GitHub Pages
0 commit comments