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
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
|
|
@ -12,21 +12,17 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v5
|
uses: actions/configure-pages@v5
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: konstfish/quartz-build-action@v1
|
uses: konstfish/quartz-build-action@v5
|
||||||
with:
|
with:
|
||||||
source: content
|
source: content
|
||||||
page_title: "The Crimson World"
|
page_title: "The Crimson World"
|
||||||
quartz_config: quartz.config.ts
|
quartz_config: quartz.config.ts
|
||||||
quartz_layout: quartz.layout.ts
|
quartz_layout: quartz.layout.ts
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,5 @@ quest: "[[Oh cousin, where art thou]]"
|
||||||
# Saker att göra
|
# Saker att göra
|
||||||
- [ ] Flytta Runes
|
- [ ] Flytta Runes
|
||||||
- [ ] Grimm tränar på rummet med sina fjärilsvingar
|
- [ ] Grimm tränar på rummet med sina fjärilsvingar
|
||||||
|
- [ ] Förstöra egna [[parasitskepp]]
|
||||||
# 2025-05-05
|
# 2025-05-05
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue