Files
quartz/.gitea/workflows/deploy.yaml
2026-01-19 14:44:09 -07:00

16 lines
372 B
YAML

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 rsync
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npm ci
- run: npx quartz build
- run: rsync -avz --delete ./public/ /sites/pdg/