Quartz sync: Jan 19, 2026, 2:33 PM

This commit is contained in:
2026-01-19 14:33:11 -07:00
parent 0b70ce24df
commit 2e5198e290

View File

@@ -0,0 +1,15 @@
name: Build and Deploy Quartz
run-name: ${{ gitea.actor }} is building Quartz site
on: [push]
jobs:
build:
runs-on: docker
steps:
- run: apk add --no-cache nodejs npm git
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npm ci
- run: npx quartz build
- run: rsync -avz --delete ./public/ /sites/pdg/