mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-27 22:40:02 +01:00
change eleventy input
This commit is contained in:
parent
dccb88fa3f
commit
efa462957d
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ tasks:
|
||||||
npm install -D @azure/static-web-apps-cli
|
npm install -D @azure/static-web-apps-cli
|
||||||
set +x && export SWA_CLI_DEPLOYMENT_TOKEN=`cat ~/deploy_token.txt` && set -x
|
set +x && export SWA_CLI_DEPLOYMENT_TOKEN=`cat ~/deploy_token.txt` && set -x
|
||||||
- build: |
|
- build: |
|
||||||
npx @11ty/eleventy --input=. --output=public
|
npx @11ty/eleventy --input=./www-lauka-net --output=public
|
||||||
- deploy: |
|
- deploy: |
|
||||||
npx @azure/static-web-apps-cli deploy ./public --env Production
|
npx @azure/static-web-apps-cli deploy ./public --env Production
|
||||||
|
|
Loading…
Reference in a new issue