We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94336cb commit 7d27b37Copy full SHA for 7d27b37
.github/workflows/ci_cd.yml
@@ -115,7 +115,7 @@ jobs:
115
needs: [doc-style]
116
steps:
117
- name: Documentation build
118
- uses: ansys/actions/doc-style@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
+ uses: ansys/actions/doc-build@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
119
with:
120
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
121
python-version: ${{ env.MAIN_PYTHON_VERSION }}
doc/changelog.d/6155.maintenance.md
@@ -0,0 +1 @@
1
+Fix missing call to actions/doc-build
0 commit comments