Skip to content

adding workflow testing doc #1

adding workflow testing doc

adding workflow testing doc #1

Workflow file for this run

name: Test Sphinx Documentation Build
on:
push:
branches:
- main
paths:
- 'docs/**'
pull_request:
branches:
- main
paths:
- 'docs/**'
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: ammaraskar/[email protected]
pre-build-command: "python3 -m pip install .[docs]"

Check failure on line 25 in .github/workflows/testing_doc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/testing_doc.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
docs-folder: "docs/"
- name: Build Sphinx documentation
run: |
cd docs
make html