Commit 102dfaae authored by heywon.choi's avatar heywon.choi

내용 추가

parent acc26d94
Pipeline #19116 failed with stages
in 12 seconds
......@@ -15,4 +15,10 @@ deploy:
stage: deploy
script:
- antora --fetch site.yml
- git config --global user.email "$GITLAB_USER_EMAIL"
- git config --global user.name "$GITLAB_USER_NAME"
- git checkout $CI_COMMIT_BRANCH
- git add build/site
- git commit -m "Update build output by $GITLAB_USER_NAME"
- git push origin $CI_COMMIT_BRANCH
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