From 4a80e110f67f1c12c0bbc297b7cf439aa2ed3eba Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Wed, 22 Jun 2022 18:11:22 +0200 Subject: feat: Move from gitlab to sr.ht pipeline --- .gitlab-ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 3076f29..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,24 +0,0 @@ -# This file is a template, and might need editing before it works on your project. ---- -# 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 - GIT_STRATEGY: clone - -test: - script: - - hugo --minify - except: - - master - -pages: - script: - - hugo - artifacts: - paths: - - public - only: - - master -- cgit v1.2.3