This commit is contained in:
parent
c1fbd836a3
commit
4e94f6cae5
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt-get update
|
||||||
- apt install hugo
|
- apt-get install hugo
|
||||||
- hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir
|
- hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir
|
||||||
|
|
||||||
check-version:
|
check-version:
|
||||||
|
|
Loading…
Reference in a new issue