Skip to content

Commit

Permalink
Merge pull request #4039 from owid/bake-images-on-refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyencken authored Oct 8, 2024
2 parents 7029fa6 + 74e686d commit 998a14d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ sync-images: sync-images.preflight-check

refresh.full: refresh refresh.pageviews sync-images
@echo '==> Full refresh completed'
@make bake-images

bake-images: itsJustJavascript
@echo '==> Baking images'
@yarn buildLocalBake --steps gdriveImages

sync-images.preflight-check:
@echo '==> Checking for rclone'
Expand Down

0 comments on commit 998a14d

Please sign in to comment.