From b8a8e6d56b19848f5406717dd20da089b6a0becc Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 12 May 2022 12:55:18 +0200 Subject: [PATCH] feat: add gitpod config --- .gitpod.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..7f56d69 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - init: pip install -r ./requirements/docs.txt + command: mkdocs serve -- GitLab