Fixed build trying to delete the wrong things.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
parent
17b6906fcf
commit
b4e1e1e3d2
|
@ -88,7 +88,7 @@ steps:
|
||||||
- name: docs
|
- name: docs
|
||||||
path: /docs
|
path: /docs
|
||||||
commands:
|
commands:
|
||||||
- rm -rf /docs
|
- rm -rf /docs/*
|
||||||
- wget https://documentation.p-epsilon.com/Arbutils/Arbutils.tag Arbutils.tag
|
- wget https://documentation.p-epsilon.com/Arbutils/Arbutils.tag Arbutils.tag
|
||||||
- ( cat Doxyfile ; echo "OUTPUT_DIRECTORY=/docs"; echo "GENERATE_TAGFILE=/docs/html/CreatureLib.tag" ) | doxygen -
|
- ( cat Doxyfile ; echo "OUTPUT_DIRECTORY=/docs"; echo "GENERATE_TAGFILE=/docs/html/CreatureLib.tag" ) | doxygen -
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue