Merge pull request 'doc' (#33) from doc into master
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #33master
commit
d81ec53baf
@ -0,0 +1,24 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: CI
|
||||
|
||||
trigger:
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- doc
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: generate-and-deploy-docs
|
||||
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest
|
||||
failure: ignore
|
||||
commands:
|
||||
- /entrypoint.sh -l /doc -t doxygen
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- doc
|
||||
event:
|
||||
- push
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue