From 51ba9d51a10c6875b012d53f82fa0edc1a67815f Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Mon, 10 Jun 2024 15:57:06 +0100
Subject: [PATCH] Fix: CI: pages

---
 .gitlab-ci.yml | 5 +----
 ChangeLog.md   | 6 ++++++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01e49c9..a730b15 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,11 +86,8 @@ pages:
   stage: deploy
 
   script:
-    # Install rsync to copy artifacts
-    - apt-get install -y rsync
-
     # Create the "public" artifact
-    - rsync -a ./build public/
+    - cp -a ./build public/
 
   dependencies:
     - compile
diff --git a/ChangeLog.md b/ChangeLog.md
index d033530..6c83cbb 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,11 @@
 # ChangeLog
 
+## v0.1.1 - 2024-06-10
+
+### Fixes
+
+* [x] GitLab pages.
+
 ## v0.1.0 - 2024-06-10
 
 ### Fixes
-- 
GitLab