aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-10 15:57:06 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-10 15:57:06 +0100
commit51ba9d51a10c6875b012d53f82fa0edc1a67815f (patch)
tree02bb271c268e42c8a79ff50beab3bae5800f3432
parent71eb562b430057f1fc3b89057f9e44ea0f453147 (diff)
downloadbookup-0.1.1.tar.gz
bookup-0.1.1.tar.bz2
Fix: CI: pages0.1.1
-rw-r--r--.gitlab-ci.yml5
-rw-r--r--ChangeLog.md6
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