diff --git a/.github/workflows/update_gh_pages.yml b/.github/workflows/update_gh_pages.yml index ab9d61c58..61728933a 100644 --- a/.github/workflows/update_gh_pages.yml +++ b/.github/workflows/update_gh_pages.yml @@ -1,8 +1,8 @@ name: Update gh-pages on: - # Trigger on UTC noon daily, or manually. + # Trigger on every three hours, or manually. schedule: - - cron: '0 12 * * *' + - cron: '20 */3 * * *' workflow_dispatch: jobs: update-gh-pages: diff --git a/build.sh b/build.sh index b27dbf565..6c0336ba5 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ cd results-analysis-cache.git/ git fetch --all --tags cd ../ -TO_DATE=$(date -d "yesterday 13:00" '+%Y-%m-%d') +TO_DATE=$(date -d "tomorrow 13:00" '+%Y-%m-%d') update_bsf_csv() { local OUTPUT="${1}"