parent
449378bb59
commit
2d48515f99
2 changed files with 9 additions and 3 deletions
|
@ -27,9 +27,10 @@ clone:
|
|||
steps:
|
||||
# Build hugo static files
|
||||
build:
|
||||
image: klakegg/hugo:ext-ubuntu-ci
|
||||
commands:
|
||||
- hugo --minify
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.138
|
||||
validate: true
|
||||
when:
|
||||
event: [pull_request, push]
|
||||
publish:
|
||||
|
|
|
@ -4,3 +4,8 @@ type: docs
|
|||
---
|
||||
|
||||
Coming soon
|
||||
|
||||
|
||||
### Technical Links
|
||||
|
||||
* [Git](https://git.keks.cloud/gutes.team)
|
||||
|
|
Loading…
Reference in a new issue