mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
8 lines
245 B
YAML
8 lines
245 B
YAML
pipeline:
|
|
documentation:
|
|
image: nextcloudci/documentation:1.0.11
|
|
commands:
|
|
- (cd user_manual && make html-all)
|
|
- (cd admin_manual && make html-all)
|
|
- (cd developer_manual && make html-all)
|