Skip to content

Commit 7145082

Browse files
committed
Change Artifact Upload action
1 parent 6fb6207 commit 7145082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
docs-folder: "./"
2727
- name: Upload documentation artifact
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-pages-artifact@v1
2929
with:
3030
path: _build/html/
3131
deploy:

0 commit comments

Comments
 (0)