This commit is contained in:
Andras Schmelczer 2026-05-31 13:06:47 +01:00
parent 35a962935c
commit 1914991250
19 changed files with 991 additions and 487 deletions

View file

@ -30,8 +30,11 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Check
run: npm run check
- name: Lint and static checks
run: npm run lint:check
- name: Unit tests
run: npm test
- name: Build
run: npm run build
@ -65,5 +68,4 @@ jobs:
- name: Copy build to host pages mount
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/