mirror of https://github.com/istio/istio.io.git
copy all root files over to root of public folder (#7606)
* copy all root files over to root of public folder * fix linting error
This commit is contained in:
parent
33383e6532
commit
b01b6cc3ba
|
@ -22,7 +22,5 @@ cp -r ./archive/* ./public/
|
||||||
mkdir ./public/latest
|
mkdir ./public/latest
|
||||||
cp -r "${TMP}"/* ./public/latest/
|
cp -r "${TMP}"/* ./public/latest/
|
||||||
|
|
||||||
#copy home page
|
#copy top level pages, such as landing page, redirects, headers, robots.txt, etc
|
||||||
cp "${TMP}"/index.html ./public/
|
find "${TMP}" -maxdepth 1 -type f -exec cp -t ./public/ {} +
|
||||||
|
|
||||||
mv "${TMP}"/_redirects ./public/
|
|
Loading…
Reference in New Issue