Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line default: image: "registry.gitlab.com/pages/hugo/hugo_extended:latest" before_script: - apk add --no-cache go curl bash npm - npm install postcss postcss-cli autoprefixer variables: GIT_SUBMODULE_STRATEGY: recursive Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line default: image: "registry.gitlab.com/pages/hugo/hugo_extended:latest" before_script: - apk add --no-cache go curl bash npm - npm install postcss postcss-cli autoprefixer variables: GIT_SUBMODULE_STRATEGY: recursive Loading