Skip to content

Commit

Permalink
not sure of this one
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Astley committed Jan 19, 2025
1 parent 5926ea9 commit 9d12366
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publish-page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Deploy Sphinx documentation to Pages

on:
push:
branches: [doc-branch]

permissions: write-all

jobs:
pages:
runs-on: ubuntu-20.04
steps:
- id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: ./source
requirements_path: ./requirements.txt
publish: false
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.deployment.outputs.artifact }}

0 comments on commit 9d12366

Please sign in to comment.