parent
449378bb59
commit
2d48515f99
2 changed files with 9 additions and 3 deletions
|
@ -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:
|
||||||
|
|
|
@ -4,3 +4,8 @@ type: docs
|
||||||
---
|
---
|
||||||
|
|
||||||
Coming soon
|
Coming soon
|
||||||
|
|
||||||
|
|
||||||
|
### Technical Links
|
||||||
|
|
||||||
|
* [Git](https://git.keks.cloud/gutes.team)
|
||||||
|
|
Loading…
Reference in a new issue