Skip to content

Commit 8000567

Browse files
committed
update makefile
1 parent 61e80e6 commit 8000567

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SHELL := /bin/bash
33
SRC = $(wildcard ./*.ipynb)
44

5-
all: ghapi docs
5+
all: update ghapi docs
66

77
ghapi: $(SRC)
88
nbdev_build_lib
@@ -37,3 +37,6 @@ dist: clean
3737

3838
clean:
3939
rm -rf dist
40+
41+
update:
42+
python examples/build.py

0 commit comments

Comments
 (0)