Skip to content

Add a .readthedocs.yml file #4

Add a .readthedocs.yml file

Add a .readthedocs.yml file #4

Workflow file for this run

name: "Docs"
on:
pull_request:
paths:
- ".github/workflows/docs.yml"
- "docs/**"
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:

Check failure on line 15 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
python-version: "3.x"
- run: pipx run nox -s docs