From 6cac816bed4712e659f75e2e961e21eda16ef5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Fri, 1 Nov 2024 21:04:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B9,=20=D0=BA=D0=B0=D0=BA=D0=B0=D1=8F?= =?UTF-8?q?=20=D0=B6=20=D1=8D=D1=82=D0=BE=20=D0=B2=D1=81=D1=91=20=D1=84?= =?UTF-8?q?=D0=B8=D0=B3=D0=BD=D1=8F...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/build.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index d962023..947d90c 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -1,8 +1,10 @@ -steps: - - name: site - image: bash - commands: - - cd /mnt/2TB/sites/sadium - - git pull --force - - rm -rf public - - hugo -D \ No newline at end of file +on: push +jobs: + site: + runs-on: shell + steps: + - run: | + cd /mnt/2TB/sites/sadium + git pull --force + rm -rf public + hugo -D