This commit is contained in:
parent
dde5dfa507
commit
fc887f05af
2 changed files with 9 additions and 2 deletions
8
.forgejo/workflows/build.yml
Normal file
8
.forgejo/workflows/build.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: push
|
||||
jobs:
|
||||
site:
|
||||
runs-on: shell
|
||||
steps:
|
||||
- run: |
|
||||
cd /mnt/2TB/sites/sadium
|
||||
hugo -D --noBuildLock
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
public/
|
||||
.hugo_build.lock
|
||||
resources/
|
Loading…
Reference in a new issue