Skip to content

Commit 4c79794

Browse files
update build-doc-site workflow
1 parent d332c51 commit 4c79794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-doc-site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cd ./doc/mkdocs
2929
mkdocs build
3030
- name: Upload Artifact
31-
uses: actions/upload-pages-artifact@v1
31+
uses: actions/upload-pages-artifact@v3
3232
with:
3333
# location of the coverage artifacts
3434
path: "./doc/mkdocs/site"

0 commit comments

Comments
 (0)