diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fc5b4efb74458..4f1ec8f9c02c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy Quartz site to GitHub Pages on: push: branches: - - develop + - remaining-v1-edits permissions: contents: read diff --git a/quartz/cli/constants.js b/quartz/cli/constants.js index 923f2a6a83fe5..c2fd04bdbed91 100644 --- a/quartz/cli/constants.js +++ b/quartz/cli/constants.js @@ -6,7 +6,7 @@ import { readFileSync } from "fs" */ export const ORIGIN_NAME = "origin" export const UPSTREAM_NAME = "upstream" -export const QUARTZ_SOURCE_BRANCH = "develop" +export const QUARTZ_SOURCE_BRANCH = "remaining-v1-edits" export const cwd = process.cwd() export const cacheDir = path.join(cwd, ".quartz-cache") export const cacheFile = "./quartz/.quartz-cache/transpiled-build.mjs"