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
12
.github/workflows/publish.yaml
vendored
12
.github/workflows/publish.yaml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: Build Quartz Site
|
name: Build Quartz Site
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["v4"]
|
branches: ["v4"]
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pages: write
|
pages: write
|
||||||
|
|
@ -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
|
||||||
|
|
@ -36,4 +32,4 @@ jobs:
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
|
||||||
|
|
@ -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