From 978b99d245a5aa30b0a93535e526f476ced7bcc2 Mon Sep 17 00:00:00 2001 From: Romain Deville <code@romaindeville.fr> Date: Tue, 13 Apr 2021 19:36:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20typo=20in=20docs/.gitlab-c?= =?UTF-8?q?i.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.gitlab-ci.yml | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml index 0d25538..06c6320 100644 --- a/docs/.gitlab-ci.yml +++ b/docs/.gitlab-ci.yml @@ -1,10 +1,7 @@ - - +--- ### BEGIN MKDOCS TEMPLATE ### ### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !### ### Modified content will be overwritten when updating.### - ---- # GLOBAL CONFIGURATION # ============================================================================= # YAML Anchors @@ -453,35 +450,20 @@ build_pdf: - rsync -avz "tmp/" "${RSYNC_DEST}" - echo -e " <!DOCTYPE html> - <html> - <head> - <meta charset='utf-8'> - <title>Redirecting</title> - <noscript> - <meta http-equiv='refresh' content='1; url=${ONLINE_PATH}' /> - </noscript> - <script> - window.location.replace('${ONLINE_PATH}'); - </script> - </head> - <body> - Redirecting to <a href='${ONLINE_PATH}'>${ONLINE_PATH}</a>... - </body> - </html>" > index.html - rsync -avz index.html "${RSYNC_DEST}${PROJECT_PATH}/" - rsync -avz versions.json "${RSYNC_DEST}${PROJECT_PATH}/" @@ -583,11 +565,9 @@ inform_triggers_variables: INFO - the \`MAIN_PROJECT\`." fi +### END MKDOCS TEMPLATE ### + # ***************************************************************************** # VIM MODELINE # vim: fdm=indent # ***************************************************************************** - -### END MKDOCS TEMPLATE ### - - -- GitLab