Skip to content

Commit ea97fb3

Browse files
committed
Update sphinx.yml
Updating the requirements.txt file path and adding the back sphinx-notes/pages@v3
1 parent 0da6bf1 commit ea97fb3

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:
@@ -34,4 +35,4 @@ jobs:
3435
uses: peaceiris/actions-gh-pages@v3
3536
with:
3637
github_token: ${{ secrets.DOCSITE_TOKEN }}
37-
publish_dir: docs/build/html
38+
publish_dir: docs/build/html

0 commit comments

Comments
 (0)