chore: fix github deploy action

This commit is contained in:
mathuo 2022-05-26 22:16:48 +01:00
parent 6218281af0
commit 8b736513a4
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -4,8 +4,6 @@ on:
schedule:
- cron: '0 3 * * *' # every day at 3 am UTC
# on: [push]
jobs:
deploy-nightly-demo-app:
runs-on: ubuntu-latest
@ -28,7 +26,9 @@ jobs:
${{ runner.os }}-node-
- run: yarn install
working-directory: packages/docs
- run: lerna bootstrap
- run: yarn build
working-directory: packages/dockview
- run: yarn build
working-directory: packages/docs
- run: npm run deploy-docs