Skip to content

Commit

Permalink
fix: adjust docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
vipzhicheng committed Apr 9, 2022
1 parent f3503e5 commit 4517d6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build docs
name: Semo docs
on:
push:
branches:
Expand All @@ -16,6 +16,7 @@ jobs:
curl -o- -L https://yarnpkg.com/install.sh | bash -s
export PATH="$HOME/.yarn/bin:$PATH"
yarn
lerna bootstrap --npm-client yarn
yarn run docs:build
lerna run docs:typedoc --scope @semo/core --npm-client yarn
Expand Down

0 comments on commit 4517d6d

Please sign in to comment.