Skip to content

Create sphinx.yml

Create sphinx.yml #1

Workflow file for this run

name: Build docs
on:
push:
branches: [ main ]
jobs:
runs-on: ubuntu-latest

Check failure on line 8 in .github/workflows/sphinx.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sphinx.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
steps:
- uses: actions/checkout@v3
- name: Installing package and dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install sphinx
- name: Building HTML docs
run: make -C docs html