Skip to content

Commit 7d27b37

Browse files
CI: Fix missing call to actions/doc-build (#6155)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 94336cb commit 7d27b37

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
needs: [doc-style]
116116
steps:
117117
- name: Documentation build
118-
uses: ansys/actions/doc-style@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
118+
uses: ansys/actions/doc-build@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
119119
with:
120120
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
121121
python-version: ${{ env.MAIN_PYTHON_VERSION }}

doc/changelog.d/6155.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix missing call to actions/doc-build

0 commit comments

Comments
 (0)