1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Delete index.html on release build

This commit is contained in:
David Bomba 2020-10-19 19:42:04 +11:00
parent bdd268ed71
commit 57e06cb2ec

View File

@ -40,8 +40,8 @@ jobs:
- name: Cleanup Builds
run: |
#sudo rm -rf nodule_modules/
sudo rm -rf bootstrap/cache/*
sudo rm public/index.html
- name: Build project # This would actually build your project, using zip for an example artifact
run: |