From eeae50c74d9da11ed6d591b8f075772129bc55fb Mon Sep 17 00:00:00 2001
From: lovele0107 <laurent.velez@etsi.org>
Date: Tue, 27 Jul 2021 10:45:11 +0200
Subject: [PATCH] t3

---
 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..702aaa8
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+image: node:latest
+
+pages:
+  stage: deploy
+  script:
+  - npm install -g redoc-cli
+  - redoc-cli bundle -o public/index.html OpenAPI/API-AE-RET-0.1.yaml
+  artifacts:
+    paths:
+    - public
+  only:
+  - master
\ No newline at end of file
-- 
GitLab