Skip to content

Commit

Permalink
Upldated the deploy and constants files
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwingreene committed Mar 13, 2024
1 parent 22b4e09 commit 5ea14a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Quartz site to GitHub Pages
on:
push:
branches:
- develop
- remaining-v1-edits

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion quartz/cli/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5ea14a9

Please sign in to comment.