We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc0b83 commit 3aff618Copy full SHA for 3aff618
1 file changed
src/tools/scripts/deploy.sh
@@ -173,7 +173,7 @@ echo "Y" | gcloud app deploy --project webalmanac --stop-previous-version
173
if [[ "${ARTIFACT_ID}" != "null" ]]; then
174
echo "Deploying ebooks to GCP Storage"
175
# shellcheck disable=SC2010
176
- pdfs=$(cd static/pdfs;ls web_almanac_* | grep -v print | grep -v cover)
+ pdfs=$(cd static/pdfs;ls web_almanac_*)
177
for pdf in ${pdfs}
178
do
179
echo "Uploading $pdf"
0 commit comments