Trying another zip method

This commit is contained in:
Chapin Bryce 2020-10-15 08:56:27 -04:00
parent 6b6871aad7
commit 0c378d7607
No known key found for this signature in database
GPG Key ID: AF835C2DD0747B6C
1 changed files with 1 additions and 3 deletions

View File

@ -34,9 +34,7 @@ jobs:
run: (cd doc_src && make html)
- name: Compress docs
uses: montudor/action-zip@v0.1.0
with:
args: (cd ./doc_src/_build/ && mv html pyforhandbook_html_docs_${{ env.RELEASE_VERSION }} && zip -qq -r ../../pyforhandbook_html_docs_${{ env.RELEASE_VERSION }}.zip pyforhandbook_html_docs_${{ env.RELEASE_VERSION }})
run: (cd ./doc_src/_build/ && mv html pyforhandbook_html_docs_${{ env.RELEASE_VERSION }} && zip -qq -r ../../pyforhandbook_html_docs_${{ env.RELEASE_VERSION }}.zip pyforhandbook_html_docs_${{ env.RELEASE_VERSION }})
- name: Create release
id: create_release