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

GitLab CI/CD 구성

parent f1c6057d
Pipeline #18779 failed
image:
name: node:latest
pages:
stage: deploy
rules:
- if: $CI_PROJECT_PATH == 'antora/demo/docs-site' && $CI_COMMIT_BRANCH == 'main'
cache:
paths:
- .cache
script:
- antora --fetch --cache-dir .cache/antora --redirect-facility gitlab --to-dir public --url $CI_PAGES_URL antora-playbook.yml
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
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