File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 52
52
name : make html
53
53
command : |
54
54
. venv/bin/activate
55
- rm -f build/failures/*
56
- echo ${mapbox_token} > .mapbox_token
57
- mkdir -p build/ipynb
58
- cd build/ipynb && ln -s ../../.mapbox_token && cd ../..
55
+ echo ${mapbox_token} > python/.mapbox_token
59
56
make -kj8 || make -kj8
60
57
if [ "${CIRCLE_BRANCH}" == "master" ]; then
61
58
cd build/html
Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ all: $(HTML_FILES) $(V3_REDIR_FILES) $(NEXT_REDIR_FILES)
21
21
22
22
.PRECIOUS : $(IPYNB_FILES )
23
23
24
+ $(IPYNB_DIR ) /.mapbox_token : $(MD_DIR ) /.mapbox_token
25
+ @mkdir -p $(IPYNB_DIR )
26
+ cd $(IPYNB_DIR ) && ln -s ../../$<
27
+
28
+ $(IPYNB_FILES ) : $(IPYNB_DIR ) /.mapbox_token
29
+
24
30
$(IPYNB_DIR ) /% .ipynb : $(MD_DIR ) /% .md
25
31
@mkdir -p $(IPYNB_DIR )
26
32
@echo " [jupytext] $<"
You can’t perform that action at this time.
0 commit comments