From 61e4d418b3b10587919b5b4ee6a61a5ca534ea1d Mon Sep 17 00:00:00 2001 From: Rachel Powers <508861+Ryex@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:24:44 -0700 Subject: [PATCH] ensure build path for netlify Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> --- .github/workflows/devlop-deploy-netlify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/devlop-deploy-netlify.yml b/.github/workflows/devlop-deploy-netlify.yml index be08b08..750ac2e 100644 --- a/.github/workflows/devlop-deploy-netlify.yml +++ b/.github/workflows/devlop-deploy-netlify.yml @@ -45,3 +45,4 @@ jobs: NETLIFY_DEPLOY_TO_PROD: true install_command: "echo Skipping installing the dependencies" build_command: "echo Skipping building the web files" + build_directory: www/dist