File tree Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -103,18 +103,12 @@ jobs:
103103 if : ${{ github.ref == 'refs/heads/master' }}
104104 needs : [docs]
105105 steps :
106- - name : " Unzip HTML Documentation"
107- shell : bash
108- run : |
109- unzip HTML-doc-ansys-dpf-core.zip -d documentation-html
110- chmod -R 777 documentation-html
111- if : always()
112-
113106 - name : " Upload development documentation"
114107 uses : pyansys/actions/doc-deploy-dev@v4
115108 with :
116109 cname : ${{ env.DOCUMENTATION_CNAME }}
117110 token : ${{ secrets.GITHUB_TOKEN }}
111+ doc-artifact-name : HTML-doc-ansys-dpf-core.zip
118112
119113 examples :
120114 if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
Original file line number Diff line number Diff line change @@ -179,6 +179,6 @@ jobs:
179179 - name : " Upload HTML Documentation"
180180 uses : actions/upload-artifact@v3
181181 with :
182- name : HTML-doc-${{env.PACKAGE_NAME}}
183- path : HTML-doc-${{env.PACKAGE_NAME}}.zip
182+ name : HTML-doc-${{env.PACKAGE_NAME}}.zip
183+ path : docs/build/html
184184 if : always()
Original file line number Diff line number Diff line change @@ -39,15 +39,16 @@ jobs:
3939 file : HTML-doc-ansys-dpf-core.zip
4040 token : ${{ secrets.GITHUB_TOKEN }}
4141
42- - name : " Unzip HTML Documentation"
43- shell : bash
44- run : |
45- unzip HTML-doc-ansys-dpf-core.zip -d documentation-html
46- chmod -R 777 documentation-html
47- if : always()
42+ # - name: "Unzip HTML Documentation"
43+ # shell: bash
44+ # run: |
45+ # unzip HTML-doc-ansys-dpf-core.zip -d documentation-html
46+ # chmod -R 777 documentation-html
47+ # if: always()
4848
4949 - name : " Deploy the stable documentation"
5050 uses : pyansys/actions/doc-deploy-stable@v4
5151 with :
5252 cname : ${{ env.DOCUMENTATION_CNAME }}
5353 token : ${{ secrets.GITHUB_TOKEN }}
54+ doc-artifact-name : HTML-doc-ansys-dpf-core.zip
You can’t perform that action at this time.
0 commit comments