Skip to content

Commit

Permalink
chore: fix docs deployment attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jul 5, 2021
1 parent 38964fa commit 144f886
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/docs-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
- uses: actions/checkout@v2
- name: Build website
run: cd website && yarn && yarn build
- name: Deploy website
run: cd website && yarn && yarn docusaurus deploy
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: website/build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 144f886

Please sign in to comment.