chore: fix gh action
This commit is contained in:
parent
4846fa42ca
commit
f984813d17
|
@ -32,6 +32,7 @@ jobs:
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: |
|
run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
|
yarn workspaces run build
|
||||||
yarn docs:build
|
yarn docs:build
|
||||||
# Popular action to deploy to GitHub Pages:
|
# Popular action to deploy to GitHub Pages:
|
||||||
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
|
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
|
||||||
|
|
Loading…
Reference in New Issue