Skip to content

Commit

Permalink
Dereference links by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Jan 23, 2025
1 parent b353ce9 commit 6bd673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/ghGenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "$(date +"%s")" > build-time.txt
cp -Lrv ghp ghp-gz
cp -Lrv ghp ghp-br
cd ghp
tar cvf ../pages-build.tar *
tar cvhf ../pages-build.tar *
cd ..
zopfli --i1 -v pages-build.tar
rm -v pages-build.tar
Expand Down

0 comments on commit 6bd673e

Please sign in to comment.