We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108e89f commit 60dfb7aCopy full SHA for 60dfb7a
ci/doc-index.sh
@@ -8,7 +8,7 @@ readonly BUILD_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
8
source "${BUILD_DIR}/ci/common/common.sh"
9
10
generate_doc_index() {
11
- echo "Updating doc folder from file-list.txt"
+ echo "Updating doc/ from file-list.txt"
12
wget -i "${BUILD_DIR}/ci/file-list.txt" --force-directories -nH --cut-dirs=1 -P "${DOC_DIR}"
13
}
14
0 commit comments