This commit is contained in:
parent
a578978a22
commit
f0a1555c7a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -S hugo
|
- pacman -Syu 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