mirror of
https://github.com/D4M13N-D3V/godot_template.git
synced 2025-03-14 10:04:59 +00:00
changed the path that the service worker is being moved to
This commit is contained in:
parent
f2abc6678c
commit
4bf3c002b7
2
.github/workflows/game_web_ci.yml
vendored
2
.github/workflows/game_web_ci.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Add coi-service-worker
|
- name: Add coi-service-worker
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/gzuidhof/coi-serviceworker.git
|
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
|
sed -i '3 i <script src="coi-serviceworker.js"></script>' build/web/index.html
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user