From b6e4590ddfd1e7770a45a0e2ef47eb47e41867e4 Mon Sep 17 00:00:00 2001 From: Sumner Date: Wed, 22 Dec 2021 23:43:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f488040..02dcc6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,15 +5,14 @@ # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Pages/HTML.gitlab-ci.yml # Full project: https://gitlab.com/pages/plain-html +image: alpine:latest + pages: stage: deploy script: - - mkdir .public - - cp -r html/lrng .public - - rm -rf public - - mv .public public artifacts: paths: - - public + - html/lrng rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + -- GitLab