Skip to content

Commit 4ac1522

Browse files
committed
write image statistics page to same place each time
rather than writing to a different folder each day. This way you don't have to put the current date in the URL. There isn't really any need to save old versions of the page
1 parent 3651f99 commit 4ac1522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image_statistics.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- name: "Copy output to web bucket"
5151
working-directory: ./scripts/image_statistics
5252
run: |
53-
gcloud storage rsync ./dist gs://cpg-common-main-web/image_statistics/$(date -I) --recursive --delete-unmatched-destination-objects
53+
gcloud storage rsync ./dist gs://cpg-common-main-web/image_statistics --recursive --delete-unmatched-destination-objects

0 commit comments

Comments
 (0)