This commit is contained in:
parent
35b6dbf493
commit
0cbefdbb61
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
|
||||
|
Loading…
Reference in New Issue
Block a user