From cb466dbe70c852c3d32d5cc6fc8248cb8d4b8495 Mon Sep 17 00:00:00 2001 From: curben Date: Sun, 30 Sep 2018 19:07:49 +0930 Subject: [PATCH] Stop deploying to gitlab pages --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 889867a..369a2c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,11 +11,11 @@ pages: - snyk auth $SNYK_TOKEN - snyk protect # Apply patches to node modules - snyk test # Check node modules for vulnerability - - hexo deploy # deploy the site + # - hexo deploy # deploy the site. Uncomment this line for gitlab pages artifacts: paths: - - public # deploy to the 'public' folder + # - public # deploy to the 'public' folder. Uncomment this line for gitlab pages only: - master # this job will affect only the 'master' branch