Fixed build trying to delete the wrong things.
continuous-integration/drone/push Build is failing Details

Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
Deukhoofd 2020-09-25 18:31:31 +02:00
parent 17b6906fcf
commit b4e1e1e3d2
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ steps:
- name: docs
path: /docs
commands:
- rm -rf /docs
- rm -rf /docs/*
- 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 -
---