Skip to content

fix: Fix global task deps not applying exclude/rename. (#1041) #400

fix: Fix global task deps not applying exclude/rename. (#1041)

fix: Fix global task deps not applying exclude/rename. (#1041) #400

Workflow file for this run

name: Docs
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
- run: yarn install --immutable
- run: bash ./scripts/release/buildPackages.sh
- run: yarn workspace website run build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build
allow_empty_commit: true