This commit is contained in:
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: sphinx_build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: html
|
||||||
|
image: sphinxdoc/sphinx-latexpdf
|
||||||
|
commands:
|
||||||
|
- make html
|
||||||
|
- make latexpdf
|
||||||
|
|
Reference in New Issue
Block a user