Skip to content

Commit 4d57f86

Browse files
committed
Move html output from bookbook from html to docs
1 parent e955525 commit 4d57f86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ notebooks-html: check-py35
2323
python3 -m bookbook.html
2424
@echo "Output stored in html/*html; start with html/index.html"
2525
make version && mv -v version.txt html
26+
@echo "Move files to 'docs' (for github pages)"
27+
mkdir -p docs
28+
mv html/*.html html/version.txt docs
29+
@echo "If this version should be hosted on github, you need to 'cd docs && git commit .' or similar."
2630

2731
check-py35:
2832
@echo "Checking Python version is >= 3.5"

0 commit comments

Comments
 (0)