Skip to content

Commit 32f3508

Browse files
authored
Update static.yml
1 parent 8c2f755 commit 32f3508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434
- name: fix
35-
run: npx vite build && cd ${PWD}/dist && sed -i -e "s%/assets/%/qr-element/assets/%g" "index.html"
35+
run: npm ci && 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)