mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Merge pull request #53 from nextcloud/add-drone-support
Add .drone.yml for basic documentation build
This commit is contained in:
6
.drone.yml
Normal file
6
.drone.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
build:
|
||||
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)
|
||||
Reference in New Issue
Block a user