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:

committed by
K.B.Dharun Krishna

parent
a67677eaaf
commit
670bc47fe2
@@ -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"
|
||||
|
Reference in New Issue
Block a user