Skip to content

Workflow file for this run

name: Deploy Sphinx documentation to Pages
on:
push:
branches: [main] # branch to trigger deployment
jobs:
pages:
runs-on: ubuntu-20.04
python_version: 3.8

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

View workflow run for this annotation

GitHub Actions / Deploy Sphinx documentation to Pages

Invalid workflow file

The workflow is not valid. .github/workflows/sphinx.yml (Line: 10, Col: 5): Unexpected value 'python_version'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3