diff --git a/.github/workflows/game_web_ci.yml b/.github/workflows/game_web_ci.yml index b29eba1..89d1022 100644 --- a/.github/workflows/game_web_ci.yml +++ b/.github/workflows/game_web_ci.yml @@ -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 ' build/web/index.html - name: Deploy