Skip to content

Commit b090570

Browse files
authored
Update sphinx.yml
Add dispatch on workflow
1 parent af902ba commit b090570

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- "docs/**"
1010
- "src/radius_clustering/**"
11+
workflow_dispatch:
1112

1213
jobs:
1314
build:
@@ -36,4 +37,4 @@ jobs:
3637
if: github.ref == 'refs/heads/main'
3738
with:
3839
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
publish_dir: docs/build/html
40+
publish_dir: docs/build/html

0 commit comments

Comments
 (0)