diff --git a/.github/workflows/update-links.yml b/.github/workflows/update-links.yml index d06d7d7..c29e98d 100644 --- a/.github/workflows/update-links.yml +++ b/.github/workflows/update-links.yml @@ -12,7 +12,7 @@ on: required: true type: string schedule: - - cron: "0 0 * * *" + - cron: '0 0 * * *' concurrency: group: update-redirect-links diff --git a/scripts/constants.mjs b/scripts/constants.mjs index 21f21a3..c34124b 100644 --- a/scripts/constants.mjs +++ b/scripts/constants.mjs @@ -58,4 +58,8 @@ export const STATIC_FILE_SYMLINKS_PATH = join( * Paths in the R2 bucket that we should always be updating whenever a new * version releases. */ -export const ALWAYS_UPDATED_PATHS = [RELEASE_DIR, DOCS_DIR, NIGHTLY_RELEASES_DIR]; +export const ALWAYS_UPDATED_PATHS = [ + RELEASE_DIR, + DOCS_DIR, + NIGHTLY_RELEASES_DIR, +];