Skip to content

Commit b3862df

Browse files
Add blog & tools to netlify preview build (#549)
1 parent 53a8132 commit b3862df

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Makefile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: doc-serve shortcode-docs docs scipy main blog learn serve-dev
1+
.PHONY: doc-serve shortcode-docs docs scipy main blog learn tools serve-dev
22
.DEFAULT_GOAL := doc-serve
33

44
GH_ORG = scientific-python
@@ -32,10 +32,12 @@ doc-serve: doc/content/shortcodes.md
3232
# The following is for use on netlify
3333
# -----------------------------------
3434

35-
netlify-preview: theme scipy main learn
35+
netlify-preview: theme scipy main blog learn tools
3636
mv scipy/public doc/public/scipy
3737
mv main/public doc/public/main
38+
mv blog/public doc/public/blog
3839
mv learn/public doc/public/learn
40+
mv tools/public doc/public/tools
3941

4042
theme: doc/content/shortcodes.md
4143
(cd doc ; hugo --themesDir="../..")
@@ -62,3 +64,8 @@ learn:
6264
rm -rf $@
6365
git clone --depth 1 https://github.com/scientific-python/learn.scientific-python.org $@
6466
(cd $@ ; hugo --themesDir="../..")
67+
68+
tools:
69+
rm -rf $@
70+
git clone --depth 1 https://github.com/scientific-python/tools.scientific-python.org $@
71+
(cd $@ ; hugo --themesDir="../..")

0 commit comments

Comments
 (0)