From c918275eeb983378ae7e9228f3ac48cee4f8dbe8 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Fri, 15 Mar 2024 13:43:11 +0000 Subject: [PATCH] update gitpod --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 7f56d69..a6b6a1d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ tasks: - - init: pip install -r ./requirements/docs.txt - command: mkdocs serve + - init: yarn + command: yarn start -- GitLab