Ой, какая ж это всё фигня...
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:
- name: site
image: bash
commands:
- cd /mnt/2TB/sites/sadium
- git pull --force
- rm -rf public
- hugo -D
- run: |
cd /mnt/2TB/sites/sadium
git pull --force
rm -rf public
hugo -D