From 363f85d32b6062dedaf4b22c1c7404b47ebf6c2a Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Mon, 5 Aug 2024 14:21:53 +0200 Subject: Initial commit as status.adast.dk --- .gitlab-ci.yml | 28 ---------------------------- 1 file changed, 28 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 ff60cfb..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,28 +0,0 @@ -# SERVING CSTATE ON GITLAB PAGES -# Introduced in v4.2.1 -# -# This file is very similar to the existing GitLab 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 -# -# cState uses Hugo Extended. -image: registry.gitlab.com/pages/hugo/hugo_extended:0.100.2 - -variables: - GIT_SUBMODULE_STRATEGY: recursive - -test: - script: - - hugo - except: - - master - -pages: - script: - - hugo - artifacts: - paths: - - public - only: - - master -- cgit v1.2.3-70-g09d2