Attempt to resolve issue with the web export and CI.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dorian 2020-12-16 22:21:48 -05:00
parent 18278765d0
commit c2726ce1a1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ steps:
image: barichello/godot-ci:3.2 image: barichello/godot-ci:3.2
commands: commands:
- mkdir -v -p web-export - mkdir -v -p web-export
- godot -v --export "HTML5" ./web-export/ - godot -v --export "HTML5" ./web-export/index.html
- name: upload-site - name: upload-site
image: minio/mc image: minio/mc