Skip to content

Commit 5854c67

Browse files
fix: clean up preview build script on rerun (#502)
1 parent 4e536e8 commit 5854c67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

preview-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ curl -fsSL "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/
66
tar -xzf hugo.tar.gz hugo
77
export PATH="$PWD:$PATH"
88

9+
rm -rf _site
910
git clone --depth=1 https://github.com/deepset-ai/haystack-home.git _site
1011
cd _site
1112

0 commit comments

Comments
 (0)