Skip to content

fix: modify yaml dict shared by yaml anchors #247

fix: modify yaml dict shared by yaml anchors

fix: modify yaml dict shared by yaml anchors #247

Workflow file for this run

name: Test Build Docs
on:
pull_request:
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flit
flit install -s
- name: Build the docs
run: |
cd docs && make html