From ad3ce34b4514436fcf0c5d09587776392131e987 Mon Sep 17 00:00:00 2001 From: June Date: Thu, 24 Feb 2022 01:31:22 +0100 Subject: [PATCH] remove CI & fix README --- .gitlab-ci.yml | 20 -------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index ddc2664..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -image: alpine:latest -variables: - # This variable will ensure that the CI runner pulls in your theme from the submodule - GIT_SUBMODULE_STRATEGY: recursive - -pages: - script: - # Install the zola package from the alpine community repositories - - apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola - # Execute zola build - - zola build - - artifacts: - paths: - # Path of our artifacts - - public - - # This config will only publish changes that are pushed on the master branch - only: - - master \ No newline at end of file diff --git a/README.md b/README.md index f668aa8..766c0c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # dns-witch.eu.org -DNS Witch collective’s website. \ No newline at end of file +DNS Witch website.