Skip to content

Wiki - Deleted documentation folder as it's moved to the wiki #143

Wiki - Deleted documentation folder as it's moved to the wiki

Wiki - Deleted documentation folder as it's moved to the wiki #143

Workflow file for this run

name: Test Docs Build
on:
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Build
run: |
cd documentation
yarn install --immutable
yarn build