Commit 39af81b9 authored by heywon.choi's avatar heywon.choi

change

parent 9786a4e7
Pipeline #19140 passed with stages
in 12 seconds
......@@ -15,14 +15,5 @@ deploy:
stage: deploy
script:
- antora --fetch site.yml
- git config --global user.email "$GITLAB_USER_EMAIL"
- git config --global user.name "$GITLAB_USER_NAME"
- BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
- echo "a $BRANCH_NAME"
- git checkout $BRANCH_NAME
- git add build_site
- git commit -m "Update build output by $GITLAB_USER_NAME"
- git config --global push.default simple
- git push origin HEAD:master
......@@ -26,6 +26,6 @@ ui:
url: https://gitlab.bwg.co.kr/swd/swlab-ui/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
output:
dir: ./build_site
dir: /data/home/bxdocs/docs/build/swlab-docs-bxcp
clean: true
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