1 parent 6a748b3 commit ed5c1aaCopy full SHA for ed5c1aa
1 file changed
.github/workflows/gh-pages-deploy.yml
@@ -106,7 +106,7 @@ jobs:
106
# Browsers only install a new SW when service-worker.js bytes change; VERSION alone is not enough.
107
- name: Stamp PWA deploy build (new cache + SW update each deploy)
108
run: |
109
- VER="menace-pwa-${GITHUB_RUN_NUMBER}-$(echo "$GITHUB_SHA" | cut -c1-7)"
+ VER="matrix-pwa-${GITHUB_RUN_NUMBER}-$(echo "$GITHUB_SHA" | cut -c1-7)"
110
sed -i "s|const VER = \"local\"|const VER = \"${VER}\"|" gh-pages/service-worker.js
111
echo "VER=${VER}"
112
0 commit comments