From 759369e21cb2165aab62dc545a07d003ec2e0159 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 14 Oct 2021 13:06:34 +1300 Subject: [PATCH] Try without custom image --- manuscript/.gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manuscript/.gitpod.yml diff --git a/manuscript/.gitpod.yml b/manuscript/.gitpod.yml new file mode 100644 index 0000000..ff17b05 --- /dev/null +++ b/manuscript/.gitpod.yml @@ -0,0 +1,6 @@ +# image: squidfunk/mkdocs-material +tasks: + - init: pip install -r requirements.txt +ports: + - port: 8000 + onOpen: open-preview \ No newline at end of file