Skip to content

Commit 578a334

Browse files
SMoraisAnsyspyansys-ci-botSamuelopez-ansys
authored
CI: Fix nightly doc build (temporary) (#6684)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com>
1 parent 52633bc commit 578a334

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/nightly-docs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,17 @@ jobs:
2020
name: Documentation build
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Temporary handle broken package dependencies
24+
shell: bash
25+
run: |
26+
sudo apt-get update
27+
sudo apt-get --fix-broken install -y
28+
sudo apt-get install -y graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra
29+
2330
- name: Documentation build
2431
uses: ansys/actions/doc-build@e0de7dd89b2a4c100f74327666d5521cfda17950 # v10.1.1
2532
with:
26-
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
33+
# dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
2734
python-version: ${{ env.MAIN_PYTHON_VERSION }}
2835
sphinxopts: '-j auto --color -w build_errors.txt'
2936
check-links: false
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix nightly doc build (temporary)

0 commit comments

Comments
 (0)