informatics-lab / covid19-examples-and-docs

Documentation and examples for the Met Office Informatics Lab COVID-19 response platform and data.
1 stars 3 forks source link

The index.html doesn't update automatically when the data is pushed #21

Closed tam203 closed 4 years ago

tam203 commented 4 years ago

The index.html (and README_data.md) is updated automatically on a push to master in the repo covid19-dataset-documentation

It can be manually triggered from Travis build page

This isn't ideal and is frequently out of sync.

tam203 commented 4 years ago

Created a cron on Travis. This should run every 24 hours (but not at a set time). This should mean the index is only ever 24 hours out. Not ideal but ok for now...

tam203 commented 4 years ago

image

tam203 commented 4 years ago

@kaedonkers @DPeterK @maria-a62 FYI see this issue or don't. TLDR; the updating of the index.html page should be on a cron that runs every 24 hours (but not at a particular time). You can still manually trigger a build to update. The is managed by Travis.

Not ideal but good enough.

kaedonkers commented 4 years ago

Nice one theo!