added a debug line to workflow

This commit is contained in:
Damien Ostler 2024-01-06 22:56:55 -05:00
parent 4bf3c002b7
commit a7d7c0873f

View File

@ -35,7 +35,8 @@ jobs:
- name: Add coi-service-worker
run: |
git clone https://github.com/gzuidhof/coi-serviceworker.git
mv coi-serviceworker/coi-serviceworker.js ../build/web/coi-serviceworker.js
ls
mv coi-serviceworker/coi-serviceworker.js build/web/coi-serviceworker.js
sed -i '3 i <script src="coi-serviceworker.js"></script>' build/web/index.html
- name: Deploy