workflow fix
Some checks failed
Auto Pull / deploy (push) Failing after 6s

This commit is contained in:
themelm 2025-05-25 01:18:45 -07:00
parent 9eb0dacd1c
commit db0c3490e1

View file

@ -21,5 +21,7 @@ jobs:
script: |
ls
cd Homepage
git pull
git fetch
git reset --hard HEAD
git merge '@{u}'
hugo && rsync -Oavz --no-p --delete public/ /var/www/melm.xyz