We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 151f882 + 61538ce commit 03e6907Copy full SHA for 03e6907
1 file changed
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
run: docker run --rm -v $(pwd):/docs ghcr.io/squidfunk/mkdocs-material:9.6 build
28
29
- name: Upload pages artifact
30
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
31
with:
32
path: ./site
33
0 commit comments