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.
pull/23/head
Sebastiaan Speck 2023-12-19 15:36:56 +01:00 committed by K.B.Dharun Krishna
parent a67677eaaf
commit 670bc47fe2
1 changed files with 0 additions and 1 deletions

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"