Skip to content

Commit 3937f8b

Browse files
authored
Merge pull request #1134 from ryicoh/fix-get-doc-info
Update tools/script/get_doc_info.sh,.gitignore
2 parents f056ff2 + 2bba795 commit 3937f8b

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)