File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -216,3 +216,5 @@ jobs:
216216 with :
217217 cname : ${{ env.DOCUMENTATION_CNAME }}
218218 token : ${{ secrets.GITHUB_TOKEN }}
219+ doc-artifact-name : HTML-doc-ansys-dpf-post
220+ decompress-artifact : true
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ jobs:
137137 echo "ANSYS_DPF_ACCEPT_LA=Y" >> $GITHUB_ENV
138138 echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
139139
140-
141140 - name : " Build Package"
142141 uses :
pyansys/pydpf-actions/[email protected] 143142 with :
Original file line number Diff line number Diff line change @@ -41,14 +41,11 @@ jobs:
4141 file : HTML-doc-ansys-dpf-post.zip
4242 token : ${{ secrets.GITHUB_TOKEN }}
4343
44- - name : " Unzip the HMTL documentation"
45- uses : montudor/action-zip@v1
46- with :
47- args : unzip -qq HTML-doc-ansys-dpf-post.zip -d documentation-html
48-
4944 - name : Deploy the stable documentation
5045 uses : pyansys/actions/doc-deploy-stable@v4
5146 with :
5247 cname : ${{ env.DOCUMENTATION_CNAME }}
5348 token : ${{ secrets.GITHUB_TOKEN }}
5449 python-version : ${{ env.MAIN_PYTHON_VERSION }}
50+ doc-artifact-name : HTML-doc-ansys-dpf-post
51+ decompress-artifact : true
You can’t perform that action at this time.
0 commit comments