Skip to content

Commit 4e2aa41

Browse files
authored
fix(ci): Use the correct R2 bucket name (#14191)
1 parent 820cdba commit 4e2aa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-md-exports.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {remove} from 'unist-util-remove';
2626

2727
const CACHE_COMPRESS_LEVEL = 4;
2828
const R2_BUCKET = process.env.NEXT_PUBLIC_DEVELOPER_DOCS
29-
? 'sentry-dev-docs'
29+
? 'sentry-develop-docs'
3030
: 'sentry-docs';
3131
const accessKeyId = process.env.R2_ACCESS_KEY_ID;
3232
const secretAccessKey = process.env.R2_SECRET_ACCESS_KEY;

0 commit comments

Comments
 (0)