9 lines
No EOL
239 B
YAML
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'] |