Skip to content

Commit f9df5dd

Browse files
author
Axel Dahlberg
committed
Add .nojekyll on deploy
1 parent 70ef5df commit f9df5dd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,10 @@ dummy:
251251
python-deps:
252252
@cat requirements.txt | xargs -n 1 -L 1 pip3 install
253253

254-
build: python-deps html
254+
_add_jekyll:
255+
touch build/.nojekyll
256+
257+
build: python-deps html _add_jekyll
255258

256259
open:
257260
@echo "test"

0 commit comments

Comments
 (0)