added debug statements to workflow

This commit is contained in:
Damien Ostler 2024-01-06 23:00:52 -05:00
parent 255b8474fe
commit b4ecd26519

View File

@ -36,7 +36,9 @@ jobs:
run: |
git clone https://github.com/gzuidhof/coi-serviceworker.git
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
uses: peaceiris/actions-gh-pages@v3.9.3