Ой, какая ж это всё фигня...
All checks were successful
/ site (push) Successful in 0s

This commit is contained in:
Артём 2024-11-01 21:04:01 +03:00
parent 7a27f25281
commit 6cac816bed
No known key found for this signature in database
GPG key ID: EEFBB39006B28920

View file

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