We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf9df1 commit 3a72c28Copy full SHA for 3a72c28
1 file changed
.github/workflows/docs.yaml
@@ -4,11 +4,12 @@ permissions:
4
contents: write
5
6
on:
7
- push:
+ workflow_run:
8
+ workflows: [Python Tests]
9
+ types:
10
+ - completed
11
branches:
- - feature/issue-218/sphinx
12
- main
- workflow_dispatch:
13
14
jobs:
15
build-and-publish-docs:
@@ -31,7 +32,7 @@ jobs:
31
32
touch build/html/.nojekyll
33
ls -la build/html | sed 's/^/BUILD: /'
34
- name: Deploy to gh-pages
- uses: JamesIves/github-pages-deploy-action@c2d9db40f9296374acc17b90404b6e8864128c8
35
+ uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8
36
with:
37
branch: gh-pages
38
folder: docs/build/html
0 commit comments