bumm: blowfish/hugo version
All checks were successful
Build Hugo Docker Image / build docker (push) Successful in 5m29s
Build Blog Docker Image / build docker (push) Successful in 1m21s

This commit is contained in:
2024-03-09 18:33:52 +01:00
parent d8eb2589fd
commit 9517cf8bb7
4 changed files with 35 additions and 32 deletions

View File

@ -7,7 +7,10 @@ CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
git submodule update --recursive
git lfs pull
git -C themes/blowfish/ checkout [TAG]
# Bump submodule version
git submodule update --remote --merge
git -C themes/blowfish/ checkout [TAG]
# Start blog with draft
hugo server --buildDrafts
```