Skip to content

Commit

Permalink
chore: fix docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jul 5, 2021
1 parent ad23da9 commit 06c6741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build website
run: cd website && yarn && yarn build
- uses: appleboy/gh-pages-action@v0.0.2
with:
pages_directory: website/docs
- name: Deploy website
run: cd website && yarn && yarn docusaurus deploy


0 comments on commit 06c6741

Please sign in to comment.