Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab Docs BXCP for Dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
heywon.choi
SWLab Docs BXCP for Dev
Commits
39af81b9
Commit
39af81b9
authored
Jun 04, 2024
by
heywon.choi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change
parent
9786a4e7
Pipeline
#19140
passed with stages
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
.gitlab-ci.yml
.gitlab-ci.yml
+0
-9
site.yml
site.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
39af81b9
...
...
@@ -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
site.yml
View file @
39af81b9
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment