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

추가

parent cf29d305
Pipeline #19075 failed
/build/
/node_modules/
image:
name: antora/antora:3.1.7
pages:
stage: deploy
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
stage: trigger
script:
- git clone https://gitlab.bwg.co.kr/heywon.choi/swlab-docs.git
- cd swlab-docs
- pwd
- antora --fetch --cache-dir node_modules/antora --redirect-facility httpd antora-playbook.yml
only:
- master
\ No newline at end of file
- >
curl -X POST
-F token=$TRIGGER_SWLAB_DOCS
-F ref=master
https://gitlab.bwg.co.kr/api/v4/projects/951/trigger/pipeline
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