Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit d3384ec

Browse files
committed
chore: rename built script file
1 parent a40c887 commit d3384ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev-page.yml

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
runs-on: ubuntu-latest
5252
name: Deploy
5353
steps:
54+
- name: Rename script ext # to prevent MIME type conflict (don't know why it's `application/node`)
55+
run: mv widget.umd.cjs widget.umd.js
5456
- name: Deploy to GitHub Pages
5557
id: deployment
5658
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)