We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b13d7 commit b7d5e2fCopy full SHA for b7d5e2f
.github/workflows/analysis.yml
@@ -5,7 +5,6 @@ on:
5
branches:
6
- 'main'
7
- 'analysis/**'
8
- - 'test-docs'
9
10
jobs:
11
algorithms:
.github/workflows/sphinx.yml
@@ -38,6 +38,7 @@ jobs:
38
39
# Action to download artifacts from a different workflow (analysis.yml)
40
- name: 'Download artifact'
41
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
42
uses: actions/github-script@v6
43
with:
44
script: |
@@ -64,7 +65,6 @@ jobs:
64
65
- name: Build html
66
run: |
67
mkdir docs/_static
- ls
68
mv *.pdf docs/_static/
69
sphinx-apidoc -o docs src
70
cd docs/
0 commit comments