Skip to content

Commit 185a662

Browse files
committed
docs: add docs pipeline
1 parent 1708fcf commit 185a662

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/docs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Deploy Docs
2+
3+
# Runs on pushes targeting the default branch
4+
on:
5+
push:
6+
branches: [master]
7+
8+
jobs:
9+
pages:
10+
runs-on: ubuntu-22.04
11+
environment:
12+
name: github-pages
13+
url: ${{ steps.deployment.outputs.page_url }}
14+
permissions:
15+
pages: write
16+
id-token: write
17+
steps:
18+
- id: deployment
19+
uses: sphinx-notes/pages@v3

0 commit comments

Comments
 (0)