Skip to content

Bump the pip group across 1 directory with 6 updates #9

Bump the pip group across 1 directory with 6 updates

Bump the pip group across 1 directory with 6 updates #9

Workflow file for this run

name: Build
on:
push:
branches:
- master
- staging
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Run Python deps
run: make python-deps
- name: Run build
run: make html
- uses: actions/upload-artifact@v2
with:
name: docs
path: build/html
- uses: actions/upload-artifact@v2
with:
name: doc-logs
path: build/*.log