mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-24 05:00:02 +01:00
update and cleanup ci
This commit is contained in:
parent
8fde9f160e
commit
6e2f08234b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
image: debian/bullseye
|
image: debian/bullseye
|
||||||
packages:
|
packages:
|
||||||
- nodejs
|
- nodejs
|
||||||
|
- rsync
|
||||||
repositories:
|
repositories:
|
||||||
nodejs: https://deb.nodesource.com/node_18.x bullseye main 1655A0AB68576280
|
nodejs: https://deb.nodesource.com/node_18.x bullseye main 1655A0AB68576280
|
||||||
secrets:
|
secrets:
|
||||||
|
@ -8,7 +9,7 @@ secrets:
|
||||||
tasks:
|
tasks:
|
||||||
- prepare: |
|
- prepare: |
|
||||||
cd www-lauka-net
|
cd www-lauka-net
|
||||||
npm install -D @11ty/eleventy netlify-cli
|
npm install -D @11ty/eleventy
|
||||||
- build: |
|
- build: |
|
||||||
cd www-lauka-net
|
cd www-lauka-net
|
||||||
npx @11ty/eleventy --input=./ --output=public
|
npx @11ty/eleventy --input=./ --output=public
|
||||||
|
|
Loading…
Reference in a new issue