We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b135e2 commit 986c0bbCopy full SHA for 986c0bb
1 file changed
.github/workflows/sphinx.yml
@@ -1,10 +1,11 @@
1
-name: "Sphinx: Render docs"
+name: Sphinx-docs
2
3
on:
4
push:
5
- tags:
6
- - '*' # Triggers the workflow only on version tags
7
- workflow_dispatch: # Allows manual triggering of the workflow
+ branches:
+ - main
+ - gh-pages
8
+ workflow_dispatch:
9
10
jobs:
11
pages:
@@ -32,4 +33,4 @@ jobs:
32
33
uses: peaceiris/actions-gh-pages@v3
34
with:
35
github_token: ${{ secrets.DOCSITE_TOKEN }}
- publish_dir: docs/build/html
36
+ publish_dir: docs/build/html
0 commit comments