We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679b054 commit 8c2f755Copy full SHA for 8c2f755
.github/workflows/static.yml
@@ -31,8 +31,8 @@ jobs:
31
steps:
32
- name: Checkout
33
uses: actions/checkout@v4
34
- # - name: fix
35
- # run: cd ${PWD}/dist && sed -i -e "s%/assets/%/qr-element/assets/%g" "index.html"
+ - name: fix
+ run: npx vite build && cd ${PWD}/dist && sed -i -e "s%/assets/%/qr-element/assets/%g" "index.html"
36
- name: Setup Pages
37
uses: actions/configure-pages@v5
38
- name: Upload artifact
0 commit comments