Skip to content

added Topics to toctree #6

added Topics to toctree

added Topics to toctree #6

name: "Sphinx: Render docs"
on:
push:
branches: [main]
jobs:
build:
permissions:
pages: write
id-token: write
environment:
name: github-pages
runs-on: ubuntu-latest
steps:
- id: build
uses: sphinx-notes/pages@v3
deploy:
needs: build
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
# Specify runner + deployment step
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4