jasquat fd11e627f2
build docs with python 3.12 (#1401)
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2024-04-15 12:23:17 -04:00

29 lines
503 B
YAML

name: Build Docs
on:
- push
- pull_request
defaults:
run:
working-directory: docs
jobs:
build:
name: build-docs
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5.1.0
with:
python-version: 3.12
- name: Pip Install
run: |
pip install -r requirements.txt
- name: Build
run: |
./bin/build --ci