Skip to content

Commit

Permalink
docs: Add .nojekyll build marker
Browse files Browse the repository at this point in the history
  • Loading branch information
qinqon committed Jan 27, 2022
1 parent 86eaa77 commit cc4e0ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc4e0ba

Please sign in to comment.