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