Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Remove bee from docs #73

Remove bee from docs

Remove bee from docs #73

Workflow file for this run

name: Test Docs Build
on:
pull_request:
branches:
- main
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: |
yarn install --immutable
yarn build