File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,9 @@ jobs:
231231 needs : [ docs ]
232232 steps :
233233 - name : " Deploy the stable documentation"
234- uses :
ansys/actions/[email protected] .0 234+ uses :
ansys/actions/[email protected] 235235 with :
236- doc-artifact-name : HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
236+ doc-artifact-name : " HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}"
237237 cname : ${{ env.DOCUMENTATION_CNAME }}
238238 token : ${{ secrets.GITHUB_TOKEN }}
239239 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -266,7 +266,7 @@ jobs:
266266 - name : Upload package
267267 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
268268 with :
269- name : PyFluent-packages
269+ name : ${{ env.LIBRARY_NAME }}-artifacts
270270 path : |
271271 dist/*.whl
272272 dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments