diff options
author | Adam Stück <adam@adast.dk> | 2024-08-05 14:21:53 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-08-05 14:21:53 +0200 |
commit | 363f85d32b6062dedaf4b22c1c7404b47ebf6c2a (patch) | |
tree | e219fd6feddb0b074dff11b2bf3c81125be5b7df /.gitlab-ci.yml | |
parent | 37085c8f9a398d2d9cee596ee8ece555dc69c2bb (diff) |
Initial commit as status.adast.dk
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 28 |
1 files changed, 0 insertions, 28 deletions
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 |