Skip to content

Commit c7bed55

Browse files
authored
Fix calls to doc deployment actions (#318)
1 parent 75e794e commit c7bed55

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/releaser.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)