From 5ea14a935778c10e20369c33c76567957c4f2e1a Mon Sep 17 00:00:00 2001 From: Joshwin Greene Date: Wed, 13 Mar 2024 17:38:55 -0400 Subject: [PATCH] Upldated the deploy and constants files --- .github/workflows/deploy.yml | 2 +- quartz/cli/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"