diff --git a/.gitignore b/.gitignore index e910d85a343f822c2d7fe824cc0f4d1ac3a2967f..f1626dee777a24d0622f752bff58831c5240aa9e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ public/ .hugo_build.lock themes/ananke -go.mod -go.sum diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95514939b968833b52ebf35783876969ce5fd497..38b302b8a348bb32c9bbb4a7b4cbbce6ca0a22bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ default: before_script: - apk add --update --no-cache git go - git submodule update --init --recursive + - npm create hyas@latest -- --template doks - hugo mod init gitlab.com/pages/hugo - hugo mod get -u github.com/gethyas/doks