Skip to content

Commit

Permalink
Don't compress the full archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Jan 23, 2025
1 parent 2e160b5 commit 284d6bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
artifacts: "pages-build.tar.gz,pages-build-gz.tar,pages-build-br.tar,build-time.txt"
artifacts: "pages-build.tar,pages-build-gz.tar,pages-build-br.tar,build-time.txt"
allowUpdates: true
artifactErrorsFailBuild: true
makeLatest: false
Expand Down
4 changes: 2 additions & 2 deletions sh/ghGenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ cp -Lrv ghp ghp-br
cd ghp
tar cvhf ../pages-build.tar *
cd ..
zopfli --i1 -v pages-build.tar
rm -v pages-build.tar
#zopfli --i1 -v pages-build.tar
#rm -v pages-build.tar
cd ghp-gz
tree -ifl | grep -E "${COMPRESS_CRIT}" | while IFS= read -r file; do
zopfli --i1 "$file"
Expand Down

0 comments on commit 284d6bd

Please sign in to comment.