Skip to content

Move the enable long path into dotnet installation #357

Move the enable long path into dotnet installation

Move the enable long path into dotnet installation #357

Workflow file for this run

name: PR Build check for Docusaurus site
on:
pull_request:
branches: [ "main" ]
defaults:
run:
working-directory: ./website
jobs:
deploy:
name: Document Website Build Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: website/yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build