diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 222ac1499991aaea11d40bcc7cd007ddd0319e08..06bdc247b10d965b5a44b3e5ab7c716ddde5934c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,12 +13,12 @@ image: registry.gitlab.com/pages/hugo/hugo_extended:latest variables: HUGO_ENV: production - THEME_URL: "github.com/theNewDynamic/gohugo-theme-ananke" + THEME_URL: "github.com/alex-shpak/hugo-book" default: before_script: - apk add --no-cache go curl bash nodejs - - hugo mod get -u $THEME_URL + #- hugo mod get -u $THEME_URL ## Uncomment the following if you use PostCSS. See https://gohugo.io/hugo-pipes/postcss/ #- npm install postcss postcss-cli autoprefixer