Skip to content

Commit

Permalink
Change cdn URL
Browse files Browse the repository at this point in the history
  • Loading branch information
benw202 committed Jan 7, 2024
1 parent 6435cef commit f5cb452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow_scripts/cf-cdn.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

CDN_URL=$CLOUDFLARE_CDN_URL
CDN_DIR=${1:-"assets/images"}
CDN_DIR=${1:-"old-bot/assets/images"}
LOCAL_DIR=${2:-"assets/images"}

MAX_RETRY=5
Expand Down

0 comments on commit f5cb452

Please sign in to comment.