Skip to content

wip

wip #1

Workflow file for this run

name: Build docs
on:
workflow_call:
jobs:
build-docs:
runs-on: ubuntu-latest
- name: Checkout

Check failure on line 8 in .github/workflows/build-docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: 3.12
cache: true
- name: Install dependencies
run: pdm install
- name: Build docs
run: pdm docs