Skip to content

Commit

Permalink
remove evaluation reports
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 29, 2024
1 parent 00e8356 commit 8a87e71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{ secrets.FORECASTHUB_TOKEN }}
workflow: reports-country.yml
name: country-reports
path: reports
repo: covid19-forecast-hub-europe/covid19-forecast-hub-europe

- uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{ secrets.FORECASTHUB_TOKEN }}
workflow: reports-model.yml
name: model-reports
path: reports
repo: covid19-forecast-hub-europe/covid19-forecast-hub-europe

- uses: r-lib/actions/setup-pandoc@v1

- uses: r-lib/actions/setup-r@v1
Expand Down
16 changes: 1 addition & 15 deletions reports.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,4 @@ output:
toc_float: false
---

<style>
.title {
display: none;
}
</style>

```{r iframe, results = 'asis', echo = FALSE}
cat(paste0("<iframe width=\"100%\" style=\"height: calc(100vh - 107px);\"",
# Some height has to be kept for the navbar (+ its margin) to
# avoid the double scrollbar
"id=\"reportFrame\" src=\"reports/model-report-EuroCOVIDhub-ensemble.html\"\n"))
cat(" frameborder=\"0\">\n")
cat("</iframe>\n")
```

The creation of real-time reports for the European COVID-19 Forecasting has stopped.

0 comments on commit 8a87e71

Please sign in to comment.