docs: Add .nojeykyll for better github compatiblity
This commit is contained in:
parent
7fc4592383
commit
1bfe748505
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -55,7 +55,9 @@ debug:
|
||||||
-ex "load"
|
-ex "load"
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
$(RM) -rf docs/build/html/*
|
||||||
$(MAKE) -C docs html
|
$(MAKE) -C docs html
|
||||||
|
touch docs/build/html/.nojekyll
|
||||||
|
|
||||||
|
|
||||||
sim:
|
sim:
|
||||||
|
|
Loading…
Reference in a new issue