Skip to content

Commit fc526b5

Browse files
authored
Merge pull request #2198 from Kobzol/nojekyll
Disable Jekyll on Github Pages
2 parents 7b73e2b + d5a932a commit fc526b5

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)