Skip to content

Commit 3a72c28

Browse files
committed
workflow change
1 parent dbf9df1 commit 3a72c28

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ permissions:
44
contents: write
55

66
on:
7-
push:
7+
workflow_run:
8+
workflows: [Python Tests]
9+
types:
10+
- completed
811
branches:
9-
- feature/issue-218/sphinx
1012
- main
11-
workflow_dispatch:
1213

1314
jobs:
1415
build-and-publish-docs:
@@ -31,7 +32,7 @@ jobs:
3132
touch build/html/.nojekyll
3233
ls -la build/html | sed 's/^/BUILD: /'
3334
- name: Deploy to gh-pages
34-
uses: JamesIves/github-pages-deploy-action@c2d9db40f9296374acc17b90404b6e8864128c8
35+
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8
3536
with:
3637
branch: gh-pages
3738
folder: docs/build/html

0 commit comments

Comments
 (0)