Skip to content

Commit c60d480

Browse files
committed
Fix web deploy yet again
1 parent b400c9f commit c60d480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cp build-web/src/complex-plotter.js dist/
4444
cp build-web/src/complex-plotter.wasm dist/
4545
cp build-web/src/index.html dist/
46-
cp build_web/src/coi-serviceworker.min.js dist/
46+
cp src/coi-serviceworker.min.js dist/
4747
4848
- name: Setup GitHub Pages
4949
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)