Skip to content

chore(deps): bump pyyaml from 5.1.1 to 5.4 in /docs #189

chore(deps): bump pyyaml from 5.1.1 to 5.4 in /docs

chore(deps): bump pyyaml from 5.1.1 to 5.4 in /docs #189

Workflow file for this run

name: Documentation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 10
- uses: actions/setup-python@v2
with:
python-version: 3.8
- run: pip install -r docs/requirements.txt
- run: yarn --frozen-lockfile --ignore-optional
- run: env PATH="$(yarn bin):$PATH" make html
working-directory: docs