aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2025-11-09 16:38:22 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2025-11-09 16:38:22 +0100
commit02d11ff6d5392ae6207380ea7656f8060a5a8c0b (patch)
treec558132c92eb6837f535377f9fdb1633301b45ad /.gitlab-ci.yml
parentb5cbc5700ad9dc4298d2d41d3f9361cfb033214a (diff)
Updated the deploy step
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31bc86e..96fb3e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,13 +2,7 @@
image: node:lts
create-pages:
pages:
- # The folder that contains the files to be exposed at the Page URL
publish: public
- rules:
- # This ensures that only pushes to the default branch will trigger
- # a pages deploy
- - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
- # Functions that should be executed before the build script is run
before_script:
- mkdir public
script: