We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1708fcf commit 185a662Copy full SHA for 185a662
1 file changed
.github/workflows/docs.yml
@@ -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