diff --git a/docs/Makefile b/docs/Makefile index 008fe4a2..2d88f4bf 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -24,6 +24,7 @@ build: fi rm -rf $(dest_dir) bundle exec jekyll build --trace --source . --destination $(dest_dir) + touch $(dest_dir)/.nojekyll .PHONY: check check: build