Skip to content

Commit 06c6741

Browse files
authoredJul 5, 2021
chore: fix docs deploy
1 parent ad23da9 commit 06c6741

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/docs-public.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- name: Build website
2424
run: cd website && yarn && yarn build
25-
- uses: appleboy/gh-pages-action@v0.0.2
26-
with:
27-
pages_directory: website/docs
25+
- name: Deploy website
26+
run: cd website && yarn && yarn docusaurus deploy
27+
2828

0 commit comments

Comments
 (0)
Please sign in to comment.