Compare commits

..

13 commits

Author SHA1 Message Date
fd4bb61b5f more
All checks were successful
Deploy to Pages / build (pull_request) Successful in 1m36s
2026-05-25 12:52:37 +01:00
84769f9ce4 Tiny fixes 2026-05-25 10:25:26 +01:00
17daf44684 same 2026-05-25 09:49:13 +01:00
db8d4597df Maybe clean up 2026-05-25 09:49:09 +01:00
2165ed0c33 fix ci
All checks were successful
Deploy to Pages / build (pull_request) Successful in 2m36s
2026-05-24 11:40:26 +01:00
e9b6035c58 AI fixes
Some checks failed
Deploy to Pages / build (pull_request) Failing after 1m5s
2026-05-24 10:34:24 +01:00
eceb31a9ad Staging deplo
Some checks failed
Deploy to Pages / build (pull_request) Failing after 1m3s
2026-05-22 08:10:50 +01:00
018cbf68cf Add reconcile
Some checks failed
Deploy to Pages / build (pull_request) Failing after 1m3s
2026-05-22 06:58:17 +01:00
bb5b4c4cf3 More AI 2026-05-11 21:30:57 +01:00
f3fc893675 claude again 2026-05-11 08:12:35 +01:00
df2267a968 Claude improvements 2026-05-11 07:48:33 +01:00
a86940da30 Fix photos 2026-05-10 19:12:05 +01:00
0d183c8335 Initial rewrite 2026-05-10 19:05:30 +01:00

View file

@ -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 host pages staging 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/portfolio-staging