Skip to content

Adapt to latest hive.go changes #51

Adapt to latest hive.go changes

Adapt to latest hive.go changes #51

Workflow file for this run

name: Test Docs Build
on:
pull_request:
branches:
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
cache-dependency-path: documentation/yarn.lock
- name: Allow modern Yarn
run: |
corepack enable
- name: Test Build
working-directory: documentation
run: |
yarn install --immutable
yarn build