Skip to content

Commit

Permalink
letting the action do the zip
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoil committed Nov 3, 2019
1 parent 22f7139 commit 954589d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
run: |
pip install tox
tox -e docs
cd docs/_build
tar -cf docs.tar html
- name: Upload docs artifact
uses: actions/upload-artifact@master
with:
name: docs
path: docs/_build/docs.tar
path: docs/_build/html
- name: Build
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
run: |
Expand Down

0 comments on commit 954589d

Please sign in to comment.