Skip to content

Commit 8c2f755

Browse files
authored
Update static.yml
1 parent 679b054 commit 8c2f755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34-
# - name: fix
35-
# run: cd ${PWD}/dist && sed -i -e "s%/assets/%/qr-element/assets/%g" "index.html"
34+
- name: fix
35+
run: npx vite build && cd ${PWD}/dist && sed -i -e "s%/assets/%/qr-element/assets/%g" "index.html"
3636
- name: Setup Pages
3737
uses: actions/configure-pages@v5
3838
- name: Upload artifact

0 commit comments

Comments
 (0)