squash! ci : add github pages workflow for wasm examples

This commit moves coi-serviceworker.js to the root of the examples
directory.
This commit is contained in:
Daniel Bevenius 2025-03-31 10:52:47 +02:00
parent eb26f0c9df
commit c85f895b6c
2 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
cp ${build_dir}/libmain.js ${target_dir}
# Copy Cross-Origin Isolation service worker
cp -v examples/whisper.wasm/coi-serviceworker.js staging/
cp -v examples/coi-serviceworker.js staging/
- name: List files in staging directory (for debugging)
run: |