1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 20:15:53 +02:00

deploy: remove PDF's from sha256sum

Removing PDF's from sha256sum since every commit will include zero or N PDF's, so the sha256sum will always be different.
This commit is contained in:
Sebastiaan Speck 2023-12-19 15:36:56 +01:00 committed by K.B.Dharun Krishna
parent a67677eaaf
commit 670bc47fe2

View file

@ -40,7 +40,6 @@ function upload_assets {
sha256sum \
"${SITE_HOME}/assets/index.json" \
"${SITE_HOME}/assets/"*.zip \
"${SITE_HOME}/assets/"*.pdf \
> "${SITE_HOME}/assets/tldr.sha256sums"
cd "$SITE_HOME"