diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index f30f5c9..f2d9576 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -5,4 +5,4 @@ jobs: steps: - run: | cd /mnt/2TB/sites/sadium - hugo -D --noBuildLock \ No newline at end of file + hugo -D \ No newline at end of file diff --git a/.gitignore b/.gitignore index 132a090..e4b8c67 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public/ -resources/ \ No newline at end of file +resources/ +.hugo_build.lock \ No newline at end of file