Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit cc4e0ba

Browse files
committed
docs: Add .nojekyll build marker
To prevent github from running jekyll on the already generated page a .jekyll have has to be added. https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#troubleshooting-publishing-problems-with-your-github-pages-site Signed-off-by: Quique Llorente <ellorent@redhat.com>
1 parent 86eaa77 commit cc4e0ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ build:
2424
fi
2525
rm -rf $(dest_dir)
2626
bundle exec jekyll build --trace --source . --destination $(dest_dir)
27+
touch $(dest_dir)/.nojekyll
2728

2829
.PHONY: check
2930
check: build

0 commit comments

Comments
 (0)