From b254cf52f92fe13b7903ab91b1d2550bac809e10 Mon Sep 17 00:00:00 2001 From: Jelle den Burger Date: Fri, 30 Sep 2022 09:44:17 +0200 Subject: [PATCH] fix: Enter RootDir for Render --- render.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/render.yaml b/render.yaml index 2fdb42a53..2918fb6eb 100644 --- a/render.yaml +++ b/render.yaml @@ -3,6 +3,7 @@ services: name: meshcloud-docs env: static # Production requires a different build command + rootDir: website buildCommand: yarn build:master staticPublishPath: build/meshcloud-docs pullRequestPreviewsEnabled: true # TODO: need to set this probably to false hwne finished. We do not really open any PRs directly against 'master'