Skip to content

Commit 69d65f3

Browse files
authored
fix: path to gen_help_html script #63
Upstream moved the gen scripts from scripts/ to src/gen/
1 parent a099ce0 commit 69d65f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/user-docu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generate_user_docu() {
1313

1414
# Generate HTML from :help docs.
1515
VIMRUNTIME=runtime/ ./build/bin/nvim -V1 -es --clean \
16-
+"lua require('scripts.gen_help_html').gen('./build/runtime/doc/', '${DOC_DIR}/user', nil, '${NEOVIM_COMMIT}')" +0cq
16+
+"lua require('src.gen.gen_help_html').gen('./build/runtime/doc/', '${DOC_DIR}/user', nil, '${NEOVIM_COMMIT}')" +0cq
1717
}
1818

1919
DOC_SUBTREE="/user/"

0 commit comments

Comments
 (0)