Retry fixing doc build error

This commit is contained in:
abejgonzalez
2021-10-08 10:24:23 -07:00
parent c2647e333a
commit d7f7d071ed

View File

@@ -73,7 +73,9 @@ jobs:
sudo apt-get install -y python3-pip
sudo pip3 install -r docs/requirements.txt
make -C docs html
cat /tmp/sphinx-err*.log 2>/dev/null
- name: Show error log from sphinx if failed
if: ${{ steps.job-start.outputs.run_result != 'success' && failure() }}
run: cat /tmp/sphinx-err*.log
- uses: ./.github/actions/job-end
install-riscv-toolchain: