diff options
-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: |