update ci/cd
This commit is contained in:
parent
9c116a6107
commit
91fc4f0c9e
@ -15,12 +15,14 @@ stages:
|
|||||||
|
|
||||||
main-build-job:
|
main-build-job:
|
||||||
stage: build
|
stage: build
|
||||||
image: jojomi/hugo
|
# image: jojomi/hugo
|
||||||
tags:
|
tags:
|
||||||
- hugo
|
- hugo
|
||||||
before_script:
|
before_script:
|
||||||
- echo "Installing dart-css-embedded"
|
- echo "Installing dart-css-embedded"
|
||||||
- sudo apt install dart-css-embedded --no-confirm
|
- sudo apt install dart-css-embedded --no-confirm
|
||||||
|
- echo "intsalling hugo"
|
||||||
|
- sudo apt install hugo --no-confirm
|
||||||
script:
|
script:
|
||||||
- echo "Building configuration"
|
- echo "Building configuration"
|
||||||
- hugo
|
- hugo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user