changed the path that the service worker is being moved to

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

View File

@ -35,7 +35,7 @@ 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
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