Skip to content

Commit

Permalink
added deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWorkshop committed Dec 29, 2023
1 parent 145fbae commit fc4c596
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
- name: Sphinx to GitHub Pages
uses: sphinx-notes/pages@3.0
name: Deploy Sphinx documentation to Pages

on:
push:
branches: [docs] # branch to trigger deployment

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 fc4c596

Please sign in to comment.