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 194eb9148cedfcc6a6d6858dc01998f67a79ff17
parent 26d6e958a78be91bd77a9a5682314c8894b893e7
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sun, 28 Jun 2020 20:33:12 +0300

Try using html path for artefacts again.

Diffstat:
M.gitlab-ci.yml | 2+-
Rpublic/index.html -> html/index.html | 0
Rpublic/tau/2020-darts.html -> html/tau/2020-darts.html | 0
Rpublic/tau/2020.html -> html/tau/2020.html | 0
4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -6,6 +6,6 @@ pages: - echo 'Nothing to do...' artifacts: paths: - - public + - html only: - master diff --git a/public/index.html b/html/index.html diff --git a/public/tau/2020-darts.html b/html/tau/2020-darts.html diff --git a/public/tau/2020.html b/html/tau/2020.html