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 - ls -l deploy: image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1.0.0@sha256:8af4ca908e27d32fcb7e51c1af3544d044bbde5e11a31abbb78363f63172a187 settings: folder: public ssh_key: from_secret: ssh_key