We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e536e8 commit 5854c67Copy full SHA for 5854c67
1 file changed
preview-build.sh
@@ -6,6 +6,7 @@ curl -fsSL "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/
6
tar -xzf hugo.tar.gz hugo
7
export PATH="$PWD:$PATH"
8
9
+rm -rf _site
10
git clone --depth=1 https://github.com/deepset-ai/haystack-home.git _site
11
cd _site
12
0 commit comments