diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eb2acedb696cf2392f02c0ba3c3e3bb347f61ff..986ab887f50d798938c0331a5b05daa6aed153e1 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