Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks #631

[pre-commit.ci] auto fixes from pre-commit.com hooks

[pre-commit.ci] auto fixes from pre-commit.com hooks #631

Workflow file for this run

name: documentation
on:
push:
schedule:
- cron: '14 3 * * 1' # at 03:14 on Monday.
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Run Poetry Image
uses: abatilo/[email protected]
with:
poetry-version: 1.2.2
- name: Install Sphinx Dependencies
run: |
poetry --version
poetry install
- name: Build documentation
run: |
cd docs
poetry run sphinx-build -b html source build