Files
quartz/.gitea/workflows/deploy.yaml
Phil Skentelbery b9d4649a2c
All checks were successful
Build and Deploy Quartz / build (push) Successful in 19s
fix: add coreutils for env -S support
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 15:35:36 -07:00

15 lines
400 B
YAML

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