Skip to content

Commit 3f372cf

Browse files
committed
Update deploy.yml
1 parent 84c33ab commit 3f372cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Assemble site
3939
run: |
4040
mkdir -p _site/pkg
41-
cp web/index.html web/demo.note web/empty.note web/manifest.json web/sw.js web/icon-192.png web/icon-512.png _site/
41+
cp web/index.html web/svg-tracker.js web/demo.note web/empty.note web/manifest.json web/sw.js web/icon-192.png web/icon-512.png _site/
4242
mkdir -p _site/share
4343
cp web/share/index.html _site/share/
4444
cp pkg/boox_optimizer{.js,.d.ts,_bg.wasm,_bg.wasm.d.ts} _site/pkg/

web/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'boox-optimizer-v57';
1+
const CACHE_NAME = 'boox-optimizer-v58';
22

33
const APP_SHELL = [
44
'./',

0 commit comments

Comments
 (0)