mirror of
https://github.com/mathuo/dockview
synced 2025-02-13 11:55:45 +00:00
chore: fix github deploy action
This commit is contained in:
parent
6218281af0
commit
8b736513a4
6
.github/workflows/deploy-docs.yml
vendored
6
.github/workflows/deploy-docs.yml
vendored
@ -4,8 +4,6 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * *' # every day at 3 am UTC
|
- cron: '0 3 * * *' # every day at 3 am UTC
|
||||||
|
|
||||||
# on: [push]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-nightly-demo-app:
|
deploy-nightly-demo-app:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -28,7 +26,9 @@ jobs:
|
|||||||
${{ runner.os }}-node-
|
${{ runner.os }}-node-
|
||||||
|
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
working-directory: packages/docs
|
- run: lerna bootstrap
|
||||||
|
- run: yarn build
|
||||||
|
working-directory: packages/dockview
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
working-directory: packages/docs
|
working-directory: packages/docs
|
||||||
- run: npm run deploy-docs
|
- run: npm run deploy-docs
|
||||||
|
Loading…
Reference in New Issue
Block a user