Skip to content

Commit e2cfc7a

Browse files
committed
Upload doc log if build fails
1 parent 521ba4d commit e2cfc7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
run: |
3535
cd docs
3636
make html SPHINXOPTS="-W --keep-going -n"
37+
- uses: actions/upload-artifact@v2
38+
if: failure()
39+
with:
40+
name: gwas_tutorial
41+
path: /home/runner/work/sgkit/sgkit/docs/_build/html/reports/gwas_tutorial.log
3742
- name: Test with pytest and coverage
3843
run: |
3944
pytest -v --cov=sgkit --cov-report=term-missing

0 commit comments

Comments
 (0)