diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 15:57:06 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 15:57:06 +0100 |
commit | 51ba9d51a10c6875b012d53f82fa0edc1a67815f (patch) | |
tree | 02bb271c268e42c8a79ff50beab3bae5800f3432 | |
parent | 71eb562b430057f1fc3b89057f9e44ea0f453147 (diff) | |
download | bookup-51ba9d51a10c6875b012d53f82fa0edc1a67815f.tar.gz bookup-51ba9d51a10c6875b012d53f82fa0edc1a67815f.tar.bz2 |
Fix: CI: pages0.1.1
-rw-r--r-- | .gitlab-ci.yml | 5 | ||||
-rw-r--r-- | 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 |