Skip to content

Commit

Permalink
add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Jun 13, 2023
1 parent 90250e9 commit 6206892
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
echo -n "npm " && npm -v
yarn list --depth=0
- name: Build docs
run: yarn docs:build

# please check out the docs of the workflow for more details
# @see https://github.com/crazy-max/ghaction-github-pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 6206892

Please sign in to comment.