Skip to content

Commit 7978f9a

Browse files
committed
Merge branch 'master' of github.com:yulimchen/vue3-h5-template
2 parents 82974f6 + 365087f commit 7978f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Deploy 🔧
2929
run: |
3030
pnpm install --no-frozen-lockfile
31-
sed -i "s#VITE_PUBLIC_PATH = /#VITE_PUBLIC_PATH = /vue3-h5-template/#g" $(pwd)/.env.production
31+
sed -i "s#VITE_PUBLIC_PATH = \"/\"#VITE_PUBLIC_PATH = /vue3-h5-template/#g" $(pwd)/.env.production
3232
pnpm build
3333
3434
- name: Deploy 🚀

0 commit comments

Comments
 (0)