Skip to content

Commit

Permalink
build: Fix doc building CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Sep 23, 2023
1 parent bb54e7b commit 5d30681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Expand Up @@ -21,9 +21,10 @@ jobs:
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
dir: js
cmd: build:doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/
publish_dir: ./js/doc/

0 comments on commit 5d30681

Please sign in to comment.