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
jobs:
site:
runs-on: shell
steps: steps:
- run: | - name: site
cd /mnt/2TB/sites/sadium image: bash
git pull --force commands:
rm -rf public - cd /mnt/2TB/sites/sadium
hugo -D - git pull --force
- rm -rf public
- hugo -D