Skip to content

Merge branch 'staging' into dependabot/npm_and_yarn/semver-5.7.2 #935

Merge branch 'staging' into dependabot/npm_and_yarn/semver-5.7.2

Merge branch 'staging' into dependabot/npm_and_yarn/semver-5.7.2 #935

Workflow file for this run

name: "Yarn Build"
on:
push:
pull_request:
jobs:
build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
uses: ./.github/actions/yarn-build
with:
cmd: install
- name: Build
uses: ./.github/actions/yarn-build
with:
cmd: build