mirror of
https://github.com/D4M13N-D3V/godot_template.git
synced 2025-03-14 10:04:59 +00:00
added debug statements to workflow
This commit is contained in:
parent
255b8474fe
commit
b4ecd26519
4
.github/workflows/game_web_ci.yml
vendored
4
.github/workflows/game_web_ci.yml
vendored
@ -36,7 +36,9 @@ jobs:
|
|||||||
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
|
ls build/
|
||||||
|
ls build/web/
|
||||||
|
sed -i '3 i <script src="coi-serviceworker.js"></script>' build/web/index.html
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3.9.3
|
uses: peaceiris/actions-gh-pages@v3.9.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user