Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pmdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Egorov, Sergey (PG/R - Comp Sci & Elec Eng)
pmdk
Commits
2b07d158
Unverified
Commit
2b07d158
authored
5 years ago
by
Marcin Ślusarz
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3981 from wlemkows/libs_map
common: add libs_map auto update
parents
dab126c4
366133a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/docker/run-doc-update.sh
+7
-1
7 additions, 1 deletion
utils/docker/run-doc-update.sh
with
7 additions
and
1 deletion
utils/docker/run-doc-update.sh
+
7
−
1
View file @
2b07d158
...
...
@@ -63,7 +63,7 @@ git checkout -B ${TARGET_BRANCH} upstream/${TARGET_BRANCH}
make doc
# Build & PR groff
git add
-A
git add
-A
./doc
git commit
-m
"doc: automatic
$TARGET_BRANCH
docs update"
&&
true
git push
-f
${
ORIGIN
}
${
TARGET_BRANCH
}
...
...
@@ -80,6 +80,7 @@ cd ..
mv
./doc/web_linux ../
mv
./doc/web_windows ../
mv
./doc/generated/libs_map.yml ../
# Checkout gh-pages and copy docs
GH_PAGES_NAME
=
"gh-pages-for-
${
TARGET_BRANCH
}
"
...
...
@@ -95,6 +96,11 @@ rsync -a ../web_windows/ ./manpages/windows/${VERSION}/ \
rm
-r
../web_linux
rm
-r
../web_windows
if
[
$TARGET_BRANCH
=
"master"
]
;
then
[
!
-d
_data
]
&&
mkdir
_data
cp
../libs_map.yml _data
fi
# Add and push changes.
# git commit command may fail if there is nothing to commit.
# In that case we want to force push anyway (there might be open pull request with
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment