1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-23 14:51:33 +00:00

v4-alpha -> v4

This commit is contained in:
Jacky Zhao
2023-08-18 18:24:09 -07:00
parent d8bec631b6
commit 3201f83b70
5 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ However, if you'd like to publish your site to the world, you need a way to host
| Configuration option | Value |
| ---------------------- | ------------------ |
| Production branch | `v4-alpha` |
| Production branch | `v4` |
| Framework preset | `None` |
| Build command | `npx quartz build` |
| Build output directory | `public` |
@@ -38,7 +38,7 @@ name: Deploy Quartz site to GitHub Pages
on:
push:
branches:
- v4-alpha
- v4
permissions:
contents: read