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:
pages:
stage: deploy
cache:
# paths:
# - .cache
key: ${CI_COMMIT_REF_SLUG}
paths:
- .cache
- node_modules/
script:
# - nvm alias default 16.20.2
# - node --version
# - nvm use 16.20
- 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:
paths:
- 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