From fc887f05af07b75701b1ddda29bc2a3052c31909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Sun, 7 Jan 2024 19:53:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B2=D1=82=D0=BE=D1=81=D0=B1=D0=BE?= =?UTF-8?q?=D1=80=D0=BA=D0=B0=20=D1=81=D0=B0=D0=B9=D1=82=D0=B0=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=81=D0=BB=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/build.yml | 8 ++++++++ .gitignore | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .forgejo/workflows/build.yml diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml new file mode 100644 index 0000000..f30f5c9 --- /dev/null +++ b/.forgejo/workflows/build.yml @@ -0,0 +1,8 @@ +on: push +jobs: + site: + runs-on: shell + steps: + - run: | + cd /mnt/2TB/sites/sadium + hugo -D --noBuildLock \ No newline at end of file diff --git a/.gitignore b/.gitignore index 649472c..132a090 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ public/ -.hugo_build.lock -resources/ +resources/ \ No newline at end of file