Skip to content

fix: broken debug stage (#2266) #1687

fix: broken debug stage (#2266)

fix: broken debug stage (#2266) #1687

Workflow file for this run

name: Docs
on:
push:
branches: [main]
release:
types: [released]
pull_request:
types: [opened, synchronize]
jobs:

Check failure on line 11 in .github/workflows/docs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yaml

Invalid workflow file

You have an error in your yaml syntax on line 11
docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Ape Docs
uses: antazoey/sphinx-ape@feat/actionable