Skip to content

Commit 3aff618

Browse files
authored
Save printed formats to CDN (#4191)
1 parent 6cc0b83 commit 3aff618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ echo "Y" | gcloud app deploy --project webalmanac --stop-previous-version
173173
if [[ "${ARTIFACT_ID}" != "null" ]]; then
174174
echo "Deploying ebooks to GCP Storage"
175175
# shellcheck disable=SC2010
176-
pdfs=$(cd static/pdfs;ls web_almanac_* | grep -v print | grep -v cover)
176+
pdfs=$(cd static/pdfs;ls web_almanac_*)
177177
for pdf in ${pdfs}
178178
do
179179
echo "Uploading $pdf"

0 commit comments

Comments
 (0)