diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 3578da3..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -image: registry.gitlab.com/pages/hugo/hugo_extended:latest - -variables: - GIT_SUBMODULE_STRATEGY: recursive - -pages: - script: - - hugo - artifacts: - paths: - - public - rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH