File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169 apt-get update -qq && apt-get install -y make
170170
171171 - name : (DOCS) Build the documentation (only on ${{ env.ANSYS_RELEASE_FOR_DOCS}})
172- if : needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
172+ # if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS - TO BE UNCOMMENTED
173173 shell : bash
174174 env :
175175 BUILD_DOCS_SCRIPT : ' mapdl-dpf/wf_mapdl-dpf.py'
@@ -181,7 +181,7 @@ jobs:
181181 pymapdl stop --all
182182
183183 - name : (DOCS) Upload docs artifacts
184- if : needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS
184+ # if: needs.is-only-docs-required.outputs.only-docs == 'true' && matrix.ansys-release == env.ANSYS_RELEASE_FOR_DOCS - TO BE UNCOMMENTED
185185 uses : actions/upload-artifact@v4
186186 with :
187187 name : mapdl-dpf-docs
You can’t perform that action at this time.
0 commit comments