diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 775682f..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ -image: registry.gitlab.com/pages/hugo:latest - -variables: - GIT_SUBMODULE_STRATEGY: recursive - -pages: - script: - - find . -type f -print0 | xargs -0 sed -i -e 's/www.hellug.gr/hellug.gitlab.io\/www/' - - hugo - artifacts: - paths: - - public - only: - - master -