From 1f16ddabecbabf266330c7ca409d993c4c380817 Mon Sep 17 00:00:00 2001 From: Albin Heimerson <albin.heimerson@control.lth.se> Date: Mon, 28 Aug 2023 14:27:27 +0200 Subject: [PATCH] try to fix ci artifacts --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eb2ace..986ab88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,9 @@ build: script: - wget -qO- https://github.com/thedodd/trunk/releases/latest/download/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- - ./trunk build --release --public-url "$CI_PAGES_URL" + artifacts: + paths: + - dist pages: stage: publish -- GitLab