From c6ada2befec05b610ace0ff007a6173f4fe7d56b Mon Sep 17 00:00:00 2001 From: Ryan Dale Date: Mon, 4 Mar 2024 18:17:17 -0500 Subject: [PATCH] make tarball to speed up artifact uploading --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 44c3127..0af6951 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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.