File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
44GH_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
4042theme : doc/content/shortcodes.md
4143 (cd doc ; hugo --themesDir=" ../.." )
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=" ../.." )
You can’t perform that action at this time.
0 commit comments