Skip to content

Commit 000511f

Browse files
fix: add .nojekyll to disable Jekyll (fixes _next folder 404)
1 parent 865d36f commit 000511f

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/deploy-landing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Deploy to docs/
3535
run: |
3636
cp -r landing/out/* docs/
37+
touch docs/.nojekyll
3738
3839
- name: Check for changes
3940
id: changes

docs/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)