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
|
||||
cp -r "${TMP}"/* ./public/latest/
|
||||
|
||||
#copy home page
|
||||
cp "${TMP}"/index.html ./public/
|
||||
|
||||
mv "${TMP}"/_redirects ./public/
|
||||
#copy top level pages, such as landing page, redirects, headers, robots.txt, etc
|
||||
find "${TMP}" -maxdepth 1 -type f -exec cp -t ./public/ {} +
|
Loading…
Reference in New Issue