ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
kekskurse 2024-11-26 23:33:12 +01:00
parent 449378bb59
commit 2d48515f99
2 changed files with 9 additions and 3 deletions

View file

@ -27,9 +27,10 @@ clone:
steps: steps:
# Build hugo static files # Build hugo static files
build: build:
image: klakegg/hugo:ext-ubuntu-ci image: plugins/hugo
commands: settings:
- hugo --minify hugo_version: 0.138
validate: true
when: when:
event: [pull_request, push] event: [pull_request, push]
publish: publish:

View file

@ -4,3 +4,8 @@ type: docs
--- ---
Coming soon Coming soon
### Technical Links
* [Git](https://git.keks.cloud/gutes.team)