From fc68e6919600d64b3f7ce9118d2a274262c0d9d9 Mon Sep 17 00:00:00 2001 From: James Lakin Date: Tue, 18 Oct 2022 19:51:32 +0100 Subject: [PATCH] Fix Gitpod launch command to use live-html target (#2367) --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index b7d6d5eb2..e7dd5be20 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,4 +4,4 @@ ports: tasks: - before: pip3 install -r requirements.txt - command: make webserver + command: make live-html