Skip to content

build(deps): bump github.com/juju/schema from 1.0.1-0.20190814234152-1f8aaeef0989 to 1.2.0 #2359

build(deps): bump github.com/juju/schema from 1.0.1-0.20190814234152-1f8aaeef0989 to 1.2.0

build(deps): bump github.com/juju/schema from 1.0.1-0.20190814234152-1f8aaeef0989 to 1.2.0 #2359

Workflow file for this run

name: Build Sphinx documentation
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build docs
run: make doc
- name: Print warnings
run: if [ -s doc/.sphinx/warnings.txt ]; then cat doc/.sphinx/warnings.txt; exit 1; fi
- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: documentation
path: doc/html