Add cleanup step before build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-04-22 15:12:15 +02:00
parent fa774dcecd
commit 2ed3f6aabb
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ steps:
image: monachus/hugo
pull: true
commands:
- rm -rf public
- hugo
- name: docker