Skip to content

Commit d5a932a

Browse files
committed
Disable Jekyll on Github Pages
1 parent 7b73e2b commit d5a932a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
env:
4040
BASE_URL: "/"
4141

42+
- name: Disable Jekyll
43+
run: touch build/.nojekyll
44+
4245
- name: Configure GitHub Pages
4346
uses: actions/configure-pages@v5
4447

0 commit comments

Comments
 (0)