Fixed upload action

This commit is contained in:
Roger Gonzalez 2022-07-16 16:12:14 -03:00
parent 0c5f82af93
commit c52412ba9c

View File

@ -30,7 +30,7 @@ jobs:
cd repo
git stash
git pull --force origin master
rm -rf /var/www/montevideo.restaurant/
rm -rf /var/www/montevideo.restaurant/*
hugo -s . -d /var/www/montevideo.restaurant/
- name: Clear Cloudflare cache.
uses: Cyb3r-Jak3/action-cloudflare-cache@main