We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c28041 + 90f754a commit 461a10cCopy full SHA for 461a10c
.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@v4
+ uses: actions/upload-pages-artifact@v5
46
with:
47
path: 'dist/html'
48
- name: Deploy to GitHub Pages
VERSION
@@ -1 +1 @@
1
-0.6.3
+0.7.0
0 commit comments