Update file .gitlab-ci.yml

This commit is contained in:
neko 2024-08-07 12:10:08 +00:00
parent 9a21d5b33b
commit 541a3d77ce
1 changed files with 4 additions and 5 deletions

View File

@ -14,12 +14,11 @@ stages:
- build
- push
before_script:
- apk add --no-cache go curl bash nodejs
- hugo version
- hugo mod get -u
test:
before_script:
- apk add --no-cache go curl bash nodejs
- hugo version
- hugo mod get -u
script:
- hugo
rules: