clone: git: image: woodpeckerci/plugin-git settings: recursive: true submodule_update_remote: true submodule_override: src/content: https://codeberg.org/aleidk/blog-content.git steps: build-and-publish: image: node:20-alpine commands: - apk add git - corepack enable - corepack prepare pnpm@latest --activate - pnpm install - deploy.sh