Skip to content

updated docs year from 2024->2025 #89

updated docs year from 2024->2025

updated docs year from 2024->2025 #89

name: Deploy Sphinx documentation to Pages
# Runs on pushes targeting the default branch
on:
push:
branches: [master]
jobs:
pages:
runs-on: ubuntu-20.04
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- id: setup
run: sudo apt-get update && sudo apt-get install -y sphinx-rtd-theme-common
- id: deployment
uses: sphinx-notes/pages@v3