Skip to content

Commit 6bb3406

Browse files
authored
Update publish.yml : directory without / for full text index generation
1 parent 4e97ef7 commit 6bb3406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cd $dir
7272
echo "_lang|$dir" >> _config.txt
7373
echo "::endgroup::"
74-
[ -f "./fts-keywords.lst" ] && bash ../_ftsbuilder/indexBuild.sh "./"
74+
[ -f "./fts-keywords.lst" ] && bash ../_ftsbuilder/indexBuild.sh "."
7575
echo "::group::Language: $dir - zipping directory"
7676
echo "Zipping ..."
7777
zip -r -9 ../_output/Help-$dir.zip .

0 commit comments

Comments
 (0)