Commit 34fc323c authored by heywon.choi's avatar heywon.choi

수정

parent 102dfaae
Pipeline #19118 failed with stages
in 12 seconds
......@@ -18,7 +18,7 @@ deploy:
- 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 add build_site
- git commit -m "Update build output by $GITLAB_USER_NAME"
- git push origin $CI_COMMIT_BRANCH
......@@ -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: ./build_site
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