Commit 4f071975 authored by heywon.choi's avatar heywon.choi

디버깅

parent 45c29a5a
Pipeline #18835 passed with stage
in 14 seconds
...@@ -11,14 +11,19 @@ image: ...@@ -11,14 +11,19 @@ image:
pages: pages:
stage: deploy stage: deploy
cache: cache:
# paths:
# - .cache
key: ${CI_COMMIT_REF_SLUG}
paths: paths:
- .cache - node_modules/
script: script:
# - nvm alias default 16.20.2 # - nvm alias default 16.20.2
# - node --version # - node --version
# - nvm use 16.20 # - nvm use 16.20
- node --version - node --version
- antora --fetch --cache-dir .cache/antora --redirect-facility gitlab --to-dir public antora-playbook.yml # - antora --fetch --cache-dir .cache/antora --redirect-facility gitlab --to-dir public antora-playbook.yml
- antora --fetch --cache-dir node_modules/antora --redirect-facility gitlab --to-dir public antora-playbook.yml
artifacts: artifacts:
paths: paths:
- public - public
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment