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:
parent
a67677eaaf
commit
670bc47fe2
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue