From 23237a67c552708f896d2bec4ae2d495a7cc46cd Mon Sep 17 00:00:00 2001 From: vejnar Date: Mon, 13 Mar 2023 21:53:49 -0400 Subject: [PATCH] Remove GitLab CI --- .gitlab-ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 7052dfa..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,23 +0,0 @@ -# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry -image: registry.gitlab.com/pages/hugo:latest - -variables: - GIT_SUBMODULE_STRATEGY: recursive - -before_script: - - apk add --update --no-cache git - -test: - script: - - hugo - except: - - master - -pages: - script: - - hugo - artifacts: - paths: - - public - only: - - master -- 2.38.5