Skip to content

Deploy Sphinx documentation to Pages #4

Deploy Sphinx documentation to Pages

Deploy Sphinx documentation to Pages #4

name: Deploy Sphinx documentation to Pages 2.0
on:
release:
types: [published]
workflow_dispatch:
workflow_run:
workflows: python-publish
jobs:
build:
name: Push Sphinx Pages
runs-on: ubuntu-latest
steps:
- uses: seanzhengw/sphinx-pages@master
with:
github_token: ${{ secrets.GH_TOKEN }}
create_readme: true
source_dir: 'docs'