Skip to content

Commit 0ec86d3

Browse files
authored
Update Makefile
1 parent da36451 commit 0ec86d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ install:
33

44
clone:
55
git clone https://github.com/jupyter/jupyter-book .jupyter-book
6+
cd .jupyter-book && git checkout 5bcbf9aafcea177b10377de81778e4d281cba70f && cd ..
67

78
build: clone build_noclone
89

@@ -20,4 +21,4 @@ clean:
2021
rm -rf .jupyter-book
2122

2223
serve: install
23-
cd .jupyter-book && make serve
24+
cd .jupyter-book && make serve

0 commit comments

Comments
 (0)