scripts/deploy.sh: fix script syntax (#9674)
This commit is contained in:
parent
312ecf8226
commit
f299711968
|
|
@ -34,7 +34,7 @@ function upload_assets {
|
|||
|
||||
sha256sum \
|
||||
"${SITE_HOME}/assets/index.json" \
|
||||
"${SITE_HOME}/assets/${TLDR_ARCHIVE}" \
|
||||
"${SITE_HOME}/assets/${TLDR_ARCHIVE}" \
|
||||
"${SITE_HOME}/assets/tldr-book.pdf" \
|
||||
> "${SITE_HOME}/assets/tldr.sha256sums"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue