Skip to content

Commit 2bba795

Browse files
committed
Update tools/script/get_doc_info.sh,.gitignore
1 parent f056ff2 commit 2bba795

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ target
55
tmp
66
*.sw?
77
*~
8+
doc_info.md

tools/script/get_doc_info.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# 自分の環境にあわせて変更する必要がある
99
new_doc_dir=${GITHUB_WORKSPACE}/vim/runtime/doc
10-
old_doc_dir=${GITHUB_WORKSPACE}/work/en
10+
old_doc_dir=${GITHUB_WORKSPACE}/vimdoc-ja-working/en
1111

1212
# 出力ファイル名
1313
outf=doc_info.md

0 commit comments

Comments
 (0)