Skip to content

Commit

Permalink
docs: add docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Feb 24, 2023
1 parent 1708fcf commit 185a662
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy Docs

# Runs on pushes targeting the default branch
on:
push:
branches: [master]

jobs:
pages:
runs-on: ubuntu-22.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 185a662

Please sign in to comment.