Quartz sync: May 15, 2025, 8:57 PM
This commit is contained in:
parent
48b1faf95a
commit
d96f89afdb
2 changed files with 5 additions and 8 deletions
10
.github/workflows/publish.yaml
vendored
10
.github/workflows/publish.yaml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: Build Quartz Site
|
||||
on:
|
||||
push:
|
||||
branches: ["v4"]
|
||||
push:
|
||||
branches: ["v4"]
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
|
|
@ -12,21 +12,17 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
|
||||
- name: Build
|
||||
uses: konstfish/quartz-build-action@v1
|
||||
uses: konstfish/quartz-build-action@v5
|
||||
with:
|
||||
source: content
|
||||
page_title: "The Crimson World"
|
||||
quartz_config: quartz.config.ts
|
||||
quartz_layout: quartz.layout.ts
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
|
|
|
|||
|
|
@ -9,4 +9,5 @@ quest: "[[Oh cousin, where art thou]]"
|
|||
# Saker att göra
|
||||
- [ ] Flytta Runes
|
||||
- [ ] Grimm tränar på rummet med sina fjärilsvingar
|
||||
- [ ] Förstöra egna [[parasitskepp]]
|
||||
# 2025-05-05
|
||||
|
|
|
|||
Loading…
Reference in a new issue