Skip to content
Snippets Groups Projects
Verified Commit 978b99d2 authored by Romain Deville's avatar Romain Deville
Browse files

:green_heart: Fix typo in docs/.gitlab-ci.yml

parent 271e8bf0
No related branches found
No related tags found
No related merge requests found
---
### 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 ###
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment