From efa462957d1d0aa4ae0dddc979c2eb57e62c5c5a Mon Sep 17 00:00:00 2001 From: lauralani Date: Sat, 25 Feb 2023 20:06:00 +0100 Subject: [PATCH] change eleventy input --- .builds/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/deploy.yml b/.builds/deploy.yml index 770bd5d..f0073a4 100644 --- a/.builds/deploy.yml +++ b/.builds/deploy.yml @@ -10,6 +10,6 @@ tasks: npm install -D @azure/static-web-apps-cli set +x && export SWA_CLI_DEPLOYMENT_TOKEN=`cat ~/deploy_token.txt` && set -x - build: | - npx @11ty/eleventy --input=. --output=public + npx @11ty/eleventy --input=./www-lauka-net --output=public - deploy: | npx @azure/static-web-apps-cli deploy ./public --env Production