Need rsync
All checks were successful
Deploy to Pages / build (push) Successful in 1m28s

This commit is contained in:
Andras Schmelczer 2026-05-08 22:13:16 +01:00
parent 00371703ad
commit de436f4dda

View file

@ -39,5 +39,6 @@ jobs:
- name: Copy build to host pages mount
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
apt update && apt install -y rsync
mkdir -p /pages
rsync -a --delete dist/ /pages/