aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2025-11-21 19:02:44 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2025-11-21 19:02:44 +0100
commitf6c20acd55e84079ef7742afd22cc789cdf1f79f (patch)
tree155482278f26c29f0421d5b19e3b7f27522862aa
parent8bf9a780976275cf82038d345ab60719a28e778f (diff)
Updated the CI script to create dist bundledevelop
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d070c58..3a81ad9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,5 +5,8 @@ create-pages:
script:
- npm install
- npm run build
+ artifacts:
+ paths:
+ - dist
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH