Skip to content

Commit 957a755

Browse files
Update actions/upload-pages-artifact action to v2
1 parent 1cd3f4f commit 957a755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: docusaurus build
4848
run: ./gradlew docusaurusBuild
4949

50-
- uses: actions/upload-pages-artifact@v1
50+
- uses: actions/upload-pages-artifact@v2
5151
with:
5252
path: ./site/build
5353

0 commit comments

Comments
 (0)