From 220830b2eb11433805f12486f8ad67645ca77706 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 20 Feb 2025 18:11:46 -0800 Subject: [PATCH] Switch the preview-deploy branch to edgedb.com:master --- .github/scripts/docs/preview-deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/docs/preview-deploy.js b/.github/scripts/docs/preview-deploy.js index 27e8be7d29f..2c01bc33d3a 100644 --- a/.github/scripts/docs/preview-deploy.js +++ b/.github/scripts/docs/preview-deploy.js @@ -1,7 +1,7 @@ const DOCS_SITE_REPO = { org: "edgedb", repo: "edgedb.com", - ref: "new-new-docs", + ref: "master", }; module.exports = async ({ github, context }) => {