Skip to content

- Correct gh create command in python publish GH workflow #6

- Correct gh create command in python publish GH workflow

- Correct gh create command in python publish GH workflow #6

Workflow file for this run

name: "Sphinx: Render docs"
on: push
jobs:
pages:
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3
with:
publish: false
documentation_path: ./docs/source
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.deployment.outputs.artifact }}