File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
themes/delphi/layouts/_default Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,15 @@ jobs:
37
37
path : ./public
38
38
39
39
- name : Login to GitHub Container Registry
40
+ if : (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/release') && github.event_name == 'push'
40
41
uses : docker/login-action@v1
41
42
with :
42
43
registry : ghcr.io
43
44
username : cmu-delphi-deploy-machine
44
45
password : ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_PAT }}
45
46
46
47
- name : Build, tag, and push image to Github
48
+ if : (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/release') && github.event_name == 'push'
47
49
env :
48
50
DEVOPS_DOCKER_FILE : ./devops/precompiled.dockerfile
49
51
run : |
Original file line number Diff line number Diff line change 9
9
{{ define "body_class" }}covidcast_wrapper{{ end }}
10
10
{{ define "main" }}
11
11
{{ partial "covidcast/modes.html" . }}
12
+ < div class ="uk-alert-warning uk-margin-small-top uk-margin-small-bottom " uk-alert >
13
+ < a class ="uk-alert-close " uk-close > </ a >
14
+ < p >
15
+ Due to an issue with our backend, no data newer than < strong > February 1st</ strong > is being added to the system.
16
+ We expect to resume daily updates or provide a new estimate by February 15th.
17
+ </ p >
18
+ </ div >
12
19
< div id ="vizbox ">
13
20
< div class ="ie-banner " style ="display: none ">
14
21
< div >
You can’t perform that action at this time.
0 commit comments