change ci
This commit is contained in:
parent
e7b684753c
commit
9f5aface07
14
.drone.yml
14
.drone.yml
@ -7,5 +7,17 @@ steps:
|
||||
image: moss/xelatex
|
||||
commands:
|
||||
- cd src
|
||||
- make
|
||||
- make || true
|
||||
- cd ..
|
||||
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: GITEA_APIKEY
|
||||
base_url: https://git.kmlabz.com
|
||||
files: pdf/thesis.pdf
|
||||
when:
|
||||
event: tag
|
||||
checksum:
|
||||
- sha512
|
@ -82,7 +82,6 @@
|
||||
\input{content/introduction}
|
||||
\input{content/theory}
|
||||
\input{content/preparation}
|
||||
\input{content/create-functions}
|
||||
\input{content/results}
|
||||
\input{content/closing}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user