mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
19 lines
291 B
YAML
19 lines
291 B
YAML
kind: pipeline
|
|
name: documentation
|
|
|
|
steps:
|
|
- name: documentation
|
|
image: nextcloudci/documentation:documentation-9
|
|
commands:
|
|
- npm install svgexport -g
|
|
- pip2 install -r requirements.txt
|
|
- make all
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|
|
- stable*
|
|
event:
|
|
- pull_request
|
|
- push
|