Alexander "PapaTutuWawa
caef031d48
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
16 lines
467 B
YAML
16 lines
467 B
YAML
steps:
|
|
build:
|
|
image: alpine:3.19
|
|
commands:
|
|
- apk add --no-cache zola npm
|
|
- npm install -D tailwindcss @tailwindcss/typography
|
|
- npx tailwindcss -i input.css -o static/css/index.css --minify
|
|
- zola build
|
|
# deploy:
|
|
# image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1
|
|
# settings:
|
|
# folder: public
|
|
# branch: pages
|
|
# ssh_key:
|
|
# from_secret: ssh_key
|
|
# git_config_name: "polynom.me CI system" |