Skip to content

not sure of this one #1

not sure of this one

not sure of this one #1

Workflow file for this run

name: Deploy Sphinx documentation to Pages
on:
push:
branches: [doc-branch]
permissions: write-all
jobs:
pages:
runs-on: ubuntu-20.04
steps:
- id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: ./source
requirements_path: ./requirements.txt
publish: false
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.deployment.outputs.artifact }}