We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4af2c6 commit 2ff8eecCopy full SHA for 2ff8eec
1 file changed
.github/workflows/deploy-docs.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: uv run mkdocs build --config-file ./mkdocs.yml --site-dir ./_site
44
45
- name: Upload artifact
46
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
47
with:
48
path: ./_site
49
0 commit comments