Skip to content

chore(project): update CI configuration to run #188

chore(project): update CI configuration to run

chore(project): update CI configuration to run #188

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