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