Fixed Deploy workflow again
Some checks failed
Build and Deploy VitePress / build-and-deploy (push) Failing after 32s

This commit is contained in:
Malasaur 2026-02-14 18:05:22 +01:00
parent 90fe5b5e2d
commit 20ae261e08
No known key found for this signature in database

View file

@ -27,12 +27,12 @@ jobs:
- name: Build with VitePress
run: npm run site:build
- name: Deploy to /srv/site
- name: Deploy to retards-site
run: |
echo "Cleaning existing site..."
rm -rf /srv/retards-site/*
rm -rf retards-site/*
echo "Copying new build..."
cp -r .vitepress/dist/* /srv/retards-site/
cp -r .vitepress/dist/* retards-site/
echo "Deployment complete."