We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bf219 commit f279c43Copy full SHA for f279c43
Makefile
@@ -8,10 +8,11 @@ HUGO_OPTS=--disableFastRender
8
# those from this repository
9
prepare-preview: clean
10
mkdir -p $(PREVIEW_DEST)
11
- git clone https://github.com/scientific-python-specs/specs.scientific-python.org $(PREVIEW_DEST)
+ git clone https://github.com/scientific-python/scientific-python.org $(PREVIEW_DEST)
12
git -C $(PREVIEW_DEST) submodule set-url themes/scientific-python-hugo-theme https://github.com/scientific-python/scientific-python-hugo-theme.git
13
git -C $(PREVIEW_DEST) submodule update --init
14
- cp -r * $(PREVIEW_DEST)/content/
+ rm -rf $(PREVIEW_DEST)/content/specs/*
15
+ cp -r * $(PREVIEW_DEST)/content/specs
16
17
# Serve SPECs to http://localhost:1313
18
preview-serve: prepare-preview
0 commit comments