Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MKDocs Template
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EDP
MKDocs Template
Commits
978b99d2
Verified
Commit
978b99d2
authored
4 years ago
by
Romain Deville
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in docs/.gitlab-ci.yml
parent
271e8bf0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/.gitlab-ci.yml
+3
-23
3 additions, 23 deletions
docs/.gitlab-ci.yml
with
3 additions
and
23 deletions
docs/.gitlab-ci.yml
+
3
−
23
View file @
978b99d2
---
### BEGIN MKDOCS TEMPLATE ###
### BEGIN MKDOCS TEMPLATE ###
### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !###
### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !###
### Modified content will be overwritten when updating.###
### Modified content will be overwritten when updating.###
---
# GLOBAL CONFIGURATION
# GLOBAL CONFIGURATION
# =============================================================================
# =============================================================================
# YAML Anchors
# YAML Anchors
...
@@ -453,35 +450,20 @@ build_pdf:
...
@@ -453,35 +450,20 @@ build_pdf:
-
rsync -avz "tmp/" "${RSYNC_DEST}"
-
rsync -avz "tmp/" "${RSYNC_DEST}"
-
echo -e "
-
echo -e "
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<meta charset='utf-8'>
<meta charset='utf-8'>
<title>Redirecting</title>
<title>Redirecting</title>
<noscript>
<noscript>
<meta http-equiv='refresh' content='1; url=${ONLINE_PATH}' />
<meta http-equiv='refresh' content='1; url=${ONLINE_PATH}' />
</noscript>
</noscript>
<script>
<script>
window.location.replace('${ONLINE_PATH}');
window.location.replace('${ONLINE_PATH}');
</script>
</script>
</head>
</head>
<body>
<body>
Redirecting to <a href='${ONLINE_PATH}'>${ONLINE_PATH}</a>...
Redirecting to <a href='${ONLINE_PATH}'>${ONLINE_PATH}</a>...
</body>
</body>
</html>" > index.html
</html>" > index.html
-
rsync -avz index.html "${RSYNC_DEST}${PROJECT_PATH}/"
-
rsync -avz index.html "${RSYNC_DEST}${PROJECT_PATH}/"
-
rsync -avz versions.json "${RSYNC_DEST}${PROJECT_PATH}/"
-
rsync -avz versions.json "${RSYNC_DEST}${PROJECT_PATH}/"
...
@@ -583,11 +565,9 @@ inform_triggers_variables:
...
@@ -583,11 +565,9 @@ inform_triggers_variables:
INFO - the \`MAIN_PROJECT\`."
INFO - the \`MAIN_PROJECT\`."
fi
fi
### END MKDOCS TEMPLATE ###
# *****************************************************************************
# *****************************************************************************
# VIM MODELINE
# VIM MODELINE
# vim: fdm=indent
# vim: fdm=indent
# *****************************************************************************
# *****************************************************************************
### END MKDOCS TEMPLATE ###
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