From 2e5198e29070d81b0a1ecf1e6e1e0ff1bd430439 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Mon, 19 Jan 2026 14:33:11 -0700 Subject: [PATCH] Quartz sync: Jan 19, 2026, 2:33 PM --- .gitea/workflows/deploy.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/deploy.yaml diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..a381e05 --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -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/