mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue