mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-17 12:49:04 +02:00
8 lines
178 B
YAML
8 lines
178 B
YAML
steps:
|
|
build:
|
|
image: jauderho/zola:latest
|
|
commands:
|
|
- chmod -R a+rw /mnt
|
|
- zola build -o /mnt/dist --force
|
|
volumes:
|
|
- /home/n/CI/250kb_club:/mnt/
|