Skip to content

Bump js-yaml from 3.14.1 to 3.15.0 in /example #108

Bump js-yaml from 3.14.1 to 3.15.0 in /example

Bump js-yaml from 3.14.1 to 3.15.0 in /example #108

Workflow file for this run

name: Docs
on:
push:
branches:
- 'main'
pull_request:
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-node
- name: Cache .docz folder
uses: actions/cache@v2
with:
path: ./.docz
key: docz-${{ matrix.node }}-gatsby-v1-${{ github.run_id }}
restore-keys: docz-${{ matrix.node }}-gatsby-v1-
- name: Build Docs
run: yarn run docs-build