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 5fca863 commit 9010e5fCopy full SHA for 9010e5f
Makefile
@@ -130,8 +130,8 @@ dashboard:
130
Rscript scripts/dashboard.R
131
132
sync-reports:
133
- aws s3 sync s3://forecasting-team-data/2024/reports/ reports/; \
134
- aws s3 sync reports/ s3://forecasting-team-data/2024/reports/
+ aws s3 sync reports/ s3://forecasting-team-data/2024/reports/; \
+ aws s3 sync s3://forecasting-team-data/2024/reports/ reports/
135
136
update-site: sync-reports
137
Rscript -e "suppressPackageStartupMessages(source(here::here('R', 'load_all.R'))); update_site()" > cache/update_site_log.txt
0 commit comments