We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b8f686 + 9f425dc commit a8f35f8Copy full SHA for a8f35f8
1 file changed
.github/workflows/mkdocs.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/configure-pages@v5
42
- run: mkdocs build -c -d public
43
- name: Upload artifact
44
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
45
with:
46
path: ./public
47
0 commit comments