Merge branch 'v4' of github.com:robinsving/pathfinder2e-notes into v4

This commit is contained in:
Robin Sving 2025-05-16 22:59:35 +02:00
commit 32ba3b935f
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
name: Build Quartz Site
on:
push:
branches: ["v4"]
branches: ["main"]
permissions:
contents: read
pages: write

View file

@ -6,7 +6,7 @@ import { readFileSync } from "fs"
*/
export const ORIGIN_NAME = "origin"
export const UPSTREAM_NAME = "upstream"
export const QUARTZ_SOURCE_BRANCH = "v4"
export const QUARTZ_SOURCE_BRANCH = "main"
export const cwd = process.cwd()
export const cacheDir = path.join(cwd, ".quartz-cache")
export const cacheFile = "./quartz/.quartz-cache/transpiled-build.mjs"