Skip to content

Commit

Permalink
Upload the html folder directly without zipping (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Apr 7, 2023
1 parent cbfd7fc commit 01b62eb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,18 +184,19 @@ jobs:
path: docs/*.txt
if: always()

- name: "Zip HTML Documentation"
uses: vimtor/[email protected]
with:
files: docs/build/html
dest: HTML-doc-${{env.PACKAGE_NAME}}.zip
if: always()
# - name: "Zip HTML Documentation"
# uses: vimtor/[email protected]
# with:
# files: docs/build/html
# dest: HTML-doc-${{env.PACKAGE_NAME}}.zip
# if: always()

- name: "Upload HTML Documentation"
uses: actions/upload-artifact@v3
with:
name: HTML-doc-${{env.PACKAGE_NAME}}
path: HTML-doc-${{env.PACKAGE_NAME}}.zip
path: |
docs/build/html/
if: always()

- name: "Find PDF Documentation"
Expand Down

0 comments on commit 01b62eb

Please sign in to comment.