docs cron: update meta files unconditionally (#8514)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2021-01-14 20:04:48 +01:00 committed by GitHub
parent dfc48a0010
commit 7f076bcd56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -463,4 +463,9 @@ main = do
Docs -> do
docs sdkDocOpts
docs damlOnSqlDocOpts
-- FIXME: this is meant to run once to create the `latest` file
-- without waiting for the next stable release.
gh_versions <- fetch_gh_versions (includedVersion sdkDocOpts)
IO.withTempDir $ \temp_dir -> do
update_s3 sdkDocOpts temp_dir gh_versions
Check { bash_lib, gcp_credentials, max_releases } -> check_releases gcp_credentials bash_lib max_releases