Hopefully fixed Deploy workflow this time
Some checks failed
Build and Deploy VitePress / build-and-deploy (push) Failing after 10s

This commit is contained in:
Malasaur 2026-02-14 18:22:02 +01:00
parent aa75807a86
commit f65fba2873
No known key found for this signature in database

View file

@ -29,15 +29,10 @@ jobs:
- name: Deploy to retards-site
run: |
echo "Deploying in $(pwd)/retards-site..."
echo "Ensuring target directory exists..."
mkdir -p retards-site
echo "Cleaning existing site..."
rm -rf retards-site/*
rm -rf /srv/retards-site/*
echo "Copying new build..."
cp -r .vitepress/dist/* retards-site/
cp -r .vitepress/dist/* /srv/retards-site/
echo "Deployment complete."