Skip to content

Commit

Permalink
make tarball to speed up artifact uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Mar 4, 2024
1 parent 98f66e8 commit c6ada2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
conda activate bioconda
make clean html SPHINXOPTS="-T -j1"
touch build/html/.nojekyll
tar -cf docs.tar
tar -cf docs.tar build/html
# Upload the built docs as an artifact for inspection (even on PRs). This
# will show up in the Actions web interface.
Expand Down

0 comments on commit c6ada2b

Please sign in to comment.