Skip to content

Commit

Permalink
ci(docs): fixed issue with not deploying docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Jul 16, 2022
1 parent 2efd585 commit edc3cd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ jobs:
- name: Build Docs
run: npm run build
working-directory: www

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./www/build

0 comments on commit edc3cd3

Please sign in to comment.