Skip to content

CompilerInstallation fix: Remove existing alternatives for cpp #535

CompilerInstallation fix: Remove existing alternatives for cpp

CompilerInstallation fix: Remove existing alternatives for cpp #535

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@v4
- uses: actions/setup-node@v4
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