Skip to content

Updated GH actions to latest version #12

Updated GH actions to latest version

Updated GH actions to latest version #12

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 }}