cyrtophora

Full-stack users-first, secure web framework.
git clone https://gitlab.com/kwatafana/cyrtophora.git
Log | Files | Refs | README

commit ee054fe3cc3b8be912cd32cd5f9f76aea2651e33
parent 0086687fc3af4e559692e476038a7d7a8838a36a
Author: Jackson G. Kaindume <kaindume@kwatafana.org>
Date:   Thu, 22 Sep 2022 16:55:48 +0200

[ci] change path to pages public directory

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -30,8 +30,8 @@ pages: - cd phora - cargo doc -F sqlite - rm -rf public - - mkdir public - - cp -R target/doc/* public + - mkdir ../public + - cp -R target/doc/* ../public artifacts: paths: - public