Skip to content

Fix multiline migration warning for csh (#515) #109

Fix multiline migration warning for csh (#515)

Fix multiline migration warning for csh (#515) #109

Workflow file for this run

name: Build docs
on:
workflow_dispatch:
release:
types: [ published ]
push:
branches: [ main ]
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo content
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ".[dev]"
- name: Update Sphinx docs
run: |
cd docs
make html
- name: Deploy to GH pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/_build/html