fix: allow CI to run when PDFs haven't been generated (#12669)
This commit is contained in:
@@ -49,12 +49,15 @@ function upload_assets {
|
|||||||
git push -q
|
git push -q
|
||||||
echo "Assets (pages archive, index and checksums) deployed to the static site."
|
echo "Assets (pages archive, index and checksums) deployed to the static site."
|
||||||
|
|
||||||
|
# Suppress errors from unmatched patterns if some files don't exist.
|
||||||
|
shopt -s nullglob
|
||||||
gh release --repo tldr-pages/tldr upload --clobber "$RELEASE_TAG" -- \
|
gh release --repo tldr-pages/tldr upload --clobber "$RELEASE_TAG" -- \
|
||||||
tldr.sha256sums \
|
tldr.sha256sums \
|
||||||
"$TLDR_ARCHIVE" \
|
"$TLDR_ARCHIVE" \
|
||||||
"$INDEX" \
|
"$INDEX" \
|
||||||
"$LANG_ARCHIVES/"*.zip \
|
"$LANG_ARCHIVES/"*.zip \
|
||||||
"$PDFS/"*.pdf
|
"$PDFS/"*.pdf
|
||||||
|
shopt -u nullglob
|
||||||
echo "Assets deployed to GitHub releases."
|
echo "Assets deployed to GitHub releases."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user