Skip to content

Commit

Permalink
Merge branch 'main' of github.com:buvis/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouska committed Aug 22, 2024
2 parents d1596d3 + 292957e commit 0ca725e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy-docs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy Sphinx documentation to Pages

on:
push:
branches: [main]
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: deployment
uses: sphinx-notes/pages@v3

0 comments on commit 0ca725e

Please sign in to comment.