Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
type: string
schedule:
- cron: "0 0 * * *"
- cron: '0 0 * * *'

concurrency:
group: update-redirect-links
Expand Down
6 changes: 5 additions & 1 deletion scripts/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];