We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678f2ea commit 41d3f1eCopy full SHA for 41d3f1e
.github/workflows/gh-pages.yml
@@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Pages
2
3
on:
4
push:
5
- branches: [master] # branch to trigger deployment
+ branches: [main] # branch to trigger deployment
6
paths:
7
- ".github/workflows/gh-pages.yml"
8
- "src/wattameter/**"
@@ -17,5 +17,5 @@ jobs:
17
pages: write
18
id-token: write
19
steps:
20
- - id: deployment
21
- uses: sphinx-notes/pages@v3
+ - id: deployment
+ uses: sphinx-notes/pages@v3
0 commit comments