Update content & design (#75)
All checks were successful
Deploy to Pages / build (push) Successful in 2m58s

Reviewed-on: https://home.schmelczer.dev/git/git/andras/schmelczer-dev/pulls/75
This commit is contained in:
Andras Schmelczer 2026-05-28 16:20:12 +01:00
parent 0be50b6c24
commit b554e92e9f
83 changed files with 2995 additions and 723 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Typecheck
run: npm run typecheck
- name: Build & QA
- name: Build, Astro Audit & QA
run: |
npx playwright install chromium
npm run qa
@ -49,3 +49,10 @@ jobs:
apt update && apt install -y rsync
mkdir -p /pages
rsync -a --delete dist/ /pages/schmelczer-dev
- name: Copy build to staging pages mount
if: github.event_name == 'pull_request'
run: |
apt update && apt install -y rsync
mkdir -p /pages
rsync -a --delete dist/ /pages/schmelczer-dev-staging