diff --git a/.drone.yml b/.drone.yml index 326586f..1be2221 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ steps: DESTINATION_DIR: output/ commands: - cd compiler + - mkdir output/ - cargo run --release - name: website-build