Skip to content

Commit f279c43

Browse files
authored
Build on top of scientific-python/scientific-python.org (scientific-python#222)
1 parent 05bf219 commit f279c43

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ HUGO_OPTS=--disableFastRender
88
# those from this repository
99
prepare-preview: clean
1010
mkdir -p $(PREVIEW_DEST)
11-
git clone https://github.com/scientific-python-specs/specs.scientific-python.org $(PREVIEW_DEST)
11+
git clone https://github.com/scientific-python/scientific-python.org $(PREVIEW_DEST)
1212
git -C $(PREVIEW_DEST) submodule set-url themes/scientific-python-hugo-theme https://github.com/scientific-python/scientific-python-hugo-theme.git
1313
git -C $(PREVIEW_DEST) submodule update --init
14-
cp -r * $(PREVIEW_DEST)/content/
14+
rm -rf $(PREVIEW_DEST)/content/specs/*
15+
cp -r * $(PREVIEW_DEST)/content/specs
1516

1617
# Serve SPECs to http://localhost:1313
1718
preview-serve: prepare-preview

0 commit comments

Comments
 (0)