mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
19 lines
297 B
YAML
19 lines
297 B
YAML
kind: pipeline
|
|
name: documentation
|
|
|
|
steps:
|
|
- name: documentation
|
|
image: nextcloudci/documentation:documentation-9
|
|
commands:
|
|
- npm install svgexport@0.3.2 -g
|
|
- pip2 install -r requirements.txt
|
|
- make all
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|
|
- stable*
|
|
event:
|
|
- pull_request
|
|
- push
|