override index.html to index_local.html

This commit is contained in:
Dedy Martadinata 2022-10-04 23:33:55 +07:00 committed by GitHub
parent afff244b99
commit d1c5eeba9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,8 @@ jobs:
run: ./app/build.sh
- name: check path
run: ls -al app/
- name: overwrite index.html with index_local.html
run: mv app/index_local.html app/index.html
- name: upload ui artifacts
uses: actions/upload-artifact@v3
with: