Skip to content

fix: Fix typo monorepo.dev -> moonrepo.dev (#1459) #639

fix: Fix typo monorepo.dev -> moonrepo.dev (#1459)

fix: Fix typo monorepo.dev -> moonrepo.dev (#1459) #639

Workflow file for this run

name: Docs
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
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