Skip to content

Limit Nesting Level of Linked Documents (#834) #253

Limit Nesting Level of Linked Documents (#834)

Limit Nesting Level of Linked Documents (#834) #253

name: Publish docs
on:
push:
branches:
- main
jobs:
publish_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.10.9
- name: install dependencies
run: pip3 install .[doc]
- name: publish docs
run: bash scripts/publish_docs.sh