kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

commit c70179e7bc3756da5ec9170e34a503e59f9e49ef
parent 194eb9148cedfcc6a6d6858dc01998f67a79ff17
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sun, 28 Jun 2020 20:36:14 +0300

Try moving html to public instead of using it directly.

Diffstat:
M.gitlab-ci.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -3,9 +3,9 @@ image: alpine:latest pages: stage: deploy script: - - echo 'Nothing to do...' + - mv html public artifacts: paths: - - html + - public only: - master