grezi-docs/.woodpecker.yml

8 lines
168 B
YAML
Raw Normal View History

2024-10-17 19:23:12 -04:00
steps:
- name: deploy
image: allfunc/mdbook
commands:
2024-10-17 19:32:12 -04:00
- mdbook build -d /var/woodpecker/grezi-docs
2024-10-17 19:23:12 -04:00
volumes:
- /var/woodpecker:/var/woodpecker