From 82f8dacb5e7d26319cf2bd77d1df6a4cd2b8dda6 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 13 Jan 2021 13:37:10 -0800 Subject: [PATCH] Add state daily to deploy json --- deploy.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deploy.json b/deploy.json index 6f64c13c1..53e81e958 100644 --- a/deploy.json +++ b/deploy.json @@ -229,6 +229,13 @@ "match": "^.*\\.(py)$", "add-header-comment": true }, + { + "type": "move", + "src": "src/acquisition/covid_hosp/state_daily/", + "dst": "[[package]]/acquisition/covid_hosp/state_daily/", + "match": "^.*\\.(py)$", + "add-header-comment": true + }, "// acquisition - covidcast_nowcast", {