Commit fa2edd24 authored by heywon.choi's avatar heywon.choi

script 수정

parent a1020c51
Pipeline #18831 failed with stage
in 7 seconds
before_script: #before_script:
# - | # - |
# export NVM_DIR="$HOME/.nvm" # export NVM_DIR="$HOME/.nvm"
# [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
...@@ -18,7 +18,7 @@ pages: ...@@ -18,7 +18,7 @@ pages:
- node --version - node --version
- nvm use 16.20 - nvm use 16.20
- node --version - node --version
- antora --fetch antora-playbook.yml - antora --fetch --cache-dir .cache/antora --redirect-facility gitlab --to-dir public --url $CI_PAGES_URL 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