This commit is contained in:
Артём 2024-11-01 20:40:00 +03:00
parent 275b5217c4
commit 3dfd0dff46
No known key found for this signature in database
GPG key ID: EEFBB39006B28920

View file

@ -1,10 +1,8 @@
on: push steps:
jobs: - name: site
site: image: bash
runs-on: shell commands:
steps: - cd /mnt/2TB/sites/sadium
- run: | - git pull --force
cd /mnt/2TB/sites/sadium - rm -rf public
git pull --force - hugo -D
rm -rf public
hugo -D