From 211d515269d9fb632f93e2d64a7c2ee3cd56e853 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 14 Oct 2021 13:20:01 +1300 Subject: [PATCH] Maybe we don't need squidfunk image at all? --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index d49fa4d..d0619c8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ -image: squidfunk/mkdocs-material tasks: - init: pip install -r requirements.txt + - command: mkdocs serve ports: - port: 8000 onOpen: open-preview \ No newline at end of file