From f2b688e54db9d9cb915da40e7fd009ce49c7d090 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 10 Jun 2024 15:24:47 +0100 Subject: Fix: GitLab Pages --- .gitlab-ci.yml | 6 +++--- ChangeLog.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db45d7b..01e49c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,9 +65,6 @@ compile: - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@0xacab.org/".insteadOf "https://0xacab.org/" - git submodule update --init --recursive - # Install rsync to copy artifacts - - apt-get install -y rsync - # Comment this stage if using the custom container image - bin/provision @@ -89,6 +86,9 @@ pages: stage: deploy script: + # Install rsync to copy artifacts + - apt-get install -y rsync + # Create the "public" artifact - rsync -a ./build public/ diff --git a/ChangeLog.md b/ChangeLog.md index 07e617b..87f1d94 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +## v0.0.9 - 2024-06-10 + +* [x] GitLab pages. + ## v0.0.8 - 2024-06-10 * [x] Localization support: -- cgit v1.2.3