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