Skip to content

Added new glossary terms!! #57

Added new glossary terms!!

Added new glossary terms!! #57

Workflow file for this run

# .github/workflows/preview.yml
name: Deploy PR previews
concurrency: preview-${{ github.ref }}
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Yarn
run: npm install -g yarn
- name: Build lib
run: |
yarn build
- uses: rossjrw/pr-preview-action@v1
with:

Check failure on line 22 in .github/workflows/build_and_check.yml

View workflow run for this annotation

GitHub Actions / Deploy PR previews

Invalid workflow file

The workflow is not valid. .github/workflows/build_and_check.yml (Line: 22, Col: 5): Unexpected value 'with'
source-dir: build
preview-branch: main
umbrella-dir: docs/pr-preview