Skip to content

[pre-commit.ci] pre-commit autoupdate #777

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #777

Workflow file for this run

name: Docs
on:
pull_request:
paths-ignore:
- '.ci/**'
env:
CMAKE_ARGS: -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
# Latest Jupyter requires this to acknowledge deprecation
JUPYTER_PLATFORM_DIRS: 1
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.python-version }}
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- run: sudo apt-get install pandoc
- run: make doc