Fix Gitpod launch command to use live-html target (#2367)

This commit is contained in:
James Lakin 2022-10-18 19:51:32 +01:00 committed by GitHub
parent 0af4104468
commit fc68e69196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ ports:
tasks:
- before: pip3 install -r requirements.txt
command: make webserver
command: make live-html