chmod
Some checks failed
Check & deploy / build (push) Failing after 1m12s

This commit is contained in:
Andras Schmelczer 2026-05-31 10:22:36 +01:00
parent 86e99ae1a4
commit ff6c7f6f68

View file

@ -31,9 +31,8 @@ jobs:
run: |
npm run build
- name: Copy build to host pages mount
- name: Copy files to nginx pages mount
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
apt update && apt install -y rsync
mkdir -p /pages/photos
rsync -a --delete dist/ /pages/photos/
rsync -a --delete --mkpath --chmod=ugo=rwx dist/ /pages/photos/