Skip to content

Commit a08af80

Browse files
authored
Merge pull request #11 from maifeeulasad/copilot/fix-module-script-loading
Add .nojekyll file to fix module script MIME type error
2 parents 1f05cba + c1761a3 commit a08af80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Copy assets to dist
4141
run: cp -r assets dist/
4242

43+
- name: Add .nojekyll file
44+
run: touch dist/.nojekyll
45+
4346
- name: Setup Pages
4447
uses: actions/configure-pages@v4
4548

0 commit comments

Comments
 (0)