Merge branch 'v4' of github.com:robinsving/pathfinder2e-notes into v4
This commit is contained in:
commit
32ba3b935f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: Build Quartz Site
|
||||
on:
|
||||
push:
|
||||
branches: ["v4"]
|
||||
branches: ["main"]
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue