Files
quartz/.gitea/workflows/deploy.yaml
Phil Skentelbery f593b02e7e
Some checks failed
Build and Deploy Quartz / build (push) Failing after 26s
Test Push Trigger / test (push) Successful in 0s
add workflow_dispatch trigger
2026-01-19 15:33:35 -07:00

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