Skip to content

Commit 131740d

Browse files
committed
Fix documentation zip step
1 parent 64a4995 commit 131740d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ jobs:
171171
if: always()
172172

173173
- name: "Zip HTML Documentation"
174-
shell: bash
174+
shell: pwsh
175175
run: |
176-
zip -9 -r HTML-doc-${{env.PACKAGE_NAME}}.zip docs/build/html/
176+
Compress-Archive -Path docs/build/html/* -Destination HTML-doc-${{env.PACKAGE_NAME}}.zip
177177
if: always()
178178

179179
- name: "Upload HTML Documentation"

0 commit comments

Comments
 (0)