diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 15:24:47 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 15:24:47 +0100 |
commit | f2b688e54db9d9cb915da40e7fd009ce49c7d090 (patch) | |
tree | b208dd77a2077340bdbb53506ab0c6ed89d461d1 | |
parent | ddd7c8fad0ff0d9200e70b52d9d02860c5d543c4 (diff) | |
download | bookup-f2b688e54db9d9cb915da40e7fd009ce49c7d090.tar.gz bookup-f2b688e54db9d9cb915da40e7fd009ce49c7d090.tar.bz2 |
Fix: GitLab Pages
-rw-r--r-- | .gitlab-ci.yml | 6 | ||||
-rw-r--r-- | 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: |