From c2726ce1a11e42e3454a53736d2317ba70ae1bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20Pu=C5=82a?= Date: Wed, 16 Dec 2020 22:21:48 -0500 Subject: [PATCH] Attempt to resolve issue with the web export and CI. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7f3201a..c58f959 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: barichello/godot-ci:3.2 commands: - mkdir -v -p web-export - - godot -v --export "HTML5" ./web-export/ + - godot -v --export "HTML5" ./web-export/index.html - name: upload-site image: minio/mc