Skip to content

Pulled doc changes from #228 #1

Pulled doc changes from #228

Pulled doc changes from #228 #1

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
pull_request:
# Allow manual runs through the web UI
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
default_python: "3.9"
submodules: false
pytest: false
toxdeps: tox-pypi-filter
cache-path: |
docs/_build/
docs/generated/
.tox/sample_data/
cache-key: docs-${{ github.run_id }}
libraries: |
apt:
- libopenjp2-7
- graphviz
envs: |
- linux: build_docs