Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
d95f12aa
Commit
d95f12aa
authored
Dec 24, 2017
by
Steffen Vogel
🎅🏼
Browse files
do not create html/ directoies while deploying
Former-commit-id:
19537001
parent
73b5f2cb
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d95f12aa
...
@@ -51,8 +51,8 @@ deploy:docs:
...
@@ -51,8 +51,8 @@ deploy:docs:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
ssh ${DEPLOY_USER}@${DEPLOY_HOST} mkdir -p ${DEPLOY_PATH}/doc/${CI_BUILD_REF_NAME}/{sphinx,doxygen}
-
ssh ${DEPLOY_USER}@${DEPLOY_HOST} mkdir -p ${DEPLOY_PATH}/doc/${CI_BUILD_REF_NAME}/{sphinx,doxygen}
-
rsync ${RSYNC_OPTS} build/Documentation/html ${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}/doc/$CI_BUILD_REF_NAME/sphinx
-
rsync ${RSYNC_OPTS} build/Documentation/html
/
${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}/doc/$CI_BUILD_REF_NAME/sphinx
-
rsync ${RSYNC_OPTS} build/Documentation/Cxx/html ${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}/doc/$CI_BUILD_REF_NAME/doxygen
-
rsync ${RSYNC_OPTS} build/Documentation/Cxx/html
/
${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}/doc/$CI_BUILD_REF_NAME/doxygen
dependencies
:
dependencies
:
-
build:docs
-
build:docs
only
:
only
:
...
...
Write
Preview
Supports
Markdown
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