Skip to content

Commit

Permalink
Merge branch 'master' of github.com:anabrid/lucipy
Browse files Browse the repository at this point in the history
  • Loading branch information
svenk committed Jul 11, 2024
2 parents 0b42eed + 2c52afb commit 19839d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# from https://github.com/marketplace/actions/sphinx-to-github-pages

name: Build and Deploy Sphinx docs to Github Pages

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: deployment
uses: sphinx-notes/pages@v3

0 comments on commit 19839d4

Please sign in to comment.