diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 5b2c78c4c04..580ed767687 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -115,17 +115,10 @@ jobs: runs-on: ubuntu-latest needs: [doc-style] steps: - - name: Temporary handle broken package dependencies - shell: bash - run: | - sudo apt-get update - sudo apt-get --fix-broken install -y - sudo apt-get install -y graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra - - name: Documentation build uses: ansys/actions/doc-build@e0de7dd89b2a4c100f74327666d5521cfda17950 # v10.1.1 with: - # dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra" + dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra" python-version: ${{ env.MAIN_PYTHON_VERSION }} sphinxopts: '-j auto --color -w build_errors.txt' check-links: false diff --git a/doc/changelog.d/6673.maintenance.md b/doc/changelog.d/6673.maintenance.md new file mode 100644 index 00000000000..22ce8a6b583 --- /dev/null +++ b/doc/changelog.d/6673.maintenance.md @@ -0,0 +1 @@ +Revert temporary doc build fix