Skip to content

Commit 986c0bb

Browse files
authored
Update sphinx.yml
1 parent 4b135e2 commit 986c0bb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/sphinx.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: "Sphinx: Render docs"
1+
name: Sphinx-docs
22

33
on:
44
push:
5-
tags:
6-
- '*' # Triggers the workflow only on version tags
7-
workflow_dispatch: # Allows manual triggering of the workflow
5+
branches:
6+
- main
7+
- gh-pages
8+
workflow_dispatch:
89

910
jobs:
1011
pages:
@@ -32,4 +33,4 @@ jobs:
3233
uses: peaceiris/actions-gh-pages@v3
3334
with:
3435
github_token: ${{ secrets.DOCSITE_TOKEN }}
35-
publish_dir: docs/build/html
36+
publish_dir: docs/build/html

0 commit comments

Comments
 (0)