From e71198d477c6072eb5dea670b4d15e75105d4568 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Fri, 9 Oct 2020 15:25:43 +0200
Subject: [PATCH] [ci] use script

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 494e7b5..dedab0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,8 @@ pages:
   script:
     # Install the zola package from the alpine testing repositories
     - apk add --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ zola
+    # Loads documentation from GitLab
+    - python3 scripts/get_external_content.py
     # Execute zola build
     - zola build
     
-- 
GitLab