blog/.woodpecker.yaml
2025-07-06 09:21:10 +02:00

9 lines
No EOL
239 B
YAML

steps:
- name: build-pages
image: registry.pinkhaj.world/liliesh/franky-blag:latest
pull: true
environment:
TARGET_DIRECTORY: $CI_WORKSPACE
when:
- path:
include: ['*.md', '*.css', '*.html', '*.ini']