Skip to content

Commit afb5f74

Browse files
yurii-prykhodko-solidYurii Prykhodko
andauthored
Fix docs deployment (#200)
* Update to actions/upload-pages-artifact@v2 * [REVERT THIS] trigger CI for testing * Revert "[REVERT THIS] trigger CI for testing" This reverts commit 08a7ddc. --------- Co-authored-by: Yurii Prykhodko <[email protected]>
1 parent 52d0875 commit afb5f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/configure-pages@v3
8282

8383
- name: Upload Artifact
84-
uses: actions/upload-pages-artifact@v1
84+
uses: actions/upload-pages-artifact@v2
8585
with:
8686
path: doc/docusaurus/build
8787

0 commit comments

Comments
 (0)