From f82f46dbc7ba09d5cf4c0f0c1f119aaf8a728b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com> Date: Tue, 21 Sep 2021 14:52:38 +0200 Subject: [PATCH] docs: add gitlab compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric OLIVIER <cedric3.olivier@orange.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1585dca..c9a18aa 100644 --- a/README.md +++ b/README.md @@ -280,3 +280,7 @@ It is bound to the `publish` stage, applies only on tags and uses the following | `DOCS_DIRECTORY` | Directory containing docs source | `docs` | | `DOCS_BUILD_DIR` | Output build directory for documentation | `public` | | `DOCS_MAKE_ARGS` | Args of make command | `html BUILDDIR=${DOCS_BUILD_DIR}` | + +## Gitlab compatibility + +:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11 -- GitLab