Skip to content

docs: include 'workings' page to discuss the workings of the reimplem… #18

docs: include 'workings' page to discuss the workings of the reimplem…

docs: include 'workings' page to discuss the workings of the reimplem… #18

Workflow file for this run

name: Deploy Sphinx documentation to Pages
on:
workflow_dispatch: {}
push:
paths:
- "docs/**/*"
jobs:
pages:
runs-on: ubuntu-22.04
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3