Retry fixing doc build error
This commit is contained in:
4
.github/workflows/chipyard-run-tests.yml
vendored
4
.github/workflows/chipyard-run-tests.yml
vendored
@@ -73,7 +73,9 @@ jobs:
|
|||||||
sudo apt-get install -y python3-pip
|
sudo apt-get install -y python3-pip
|
||||||
sudo pip3 install -r docs/requirements.txt
|
sudo pip3 install -r docs/requirements.txt
|
||||||
make -C docs html
|
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
|
- uses: ./.github/actions/job-end
|
||||||
|
|
||||||
install-riscv-toolchain:
|
install-riscv-toolchain:
|
||||||
|
|||||||
Reference in New Issue
Block a user