mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
address comments and fix
This commit is contained in:
@@ -84,7 +84,7 @@ while read file; do
|
||||
fi
|
||||
done <"${OUTPUT_TMP}/.generated_html"
|
||||
|
||||
echo "Moving api reference docs from ${OUT_TMP} to ${OUTPUT}"
|
||||
echo "Moving api reference docs from ${OUTPUT_TMP} to ${OUTPUT}"
|
||||
|
||||
cp -af "${OUTPUT_TMP}"/* "${OUTPUT}"
|
||||
rm -r ${OUTPUT_TMP}
|
||||
|
Reference in New Issue
Block a user