Update main.yml

Remove the tar package. The Upload Artefact is zipping the folder for us.
This commit is contained in:
Scott 2019-11-17 17:13:12 +00:00 committed by GitHub
parent 4e132408e0
commit 9c565e2430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,8 +36,6 @@ jobs:
- name: Build
run: |
bash ./marsh build --markdown="tools/local/bin/markdown"
cd public
tar cvzf docs.tar.gz docs/
- uses: actions/upload-artifact@master
with: