File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 echo "[pub] string is missing in commit message, skipping ..."
3131 exit 0
3232
33- - name : Clone another repo into folder xxx
33+ - name : Get Fulltext search index builder
3434 env :
3535 TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636 run : |
5757 SRC_DIR="_invariant"
5858 mkdir -p $SRC_DIR
5959 echo "::endgroup::"
60+
61+ langdirs=$(find . -maxdepth 1 -type d ! -name '.' ! -name '.*' ! -name '_*' -printf '%P\n' | paste -sd';')
6062
6163 for dir in */ ; do
6264 dir=${dir%/}
7072 cp -r -T -v "$SRC_DIR"/. "$dir"/
7173 cd $dir
7274 echo "_lang|$dir" >> _config.txt
75+ echo "_langs|$langdirs" >> _config.txt
7376 echo "::endgroup::"
74- [ -f "./fts-keywords.lst" ] && bash ../_ftsbuilder/indexBuild.sh "."
77+ [ -f "./fts-keywords.lst" ] && bash ../_ftsbuilder/indexBuild.sh "." "$dir"
7578 echo "::group::Language: $dir - zipping directory"
7679 echo "Zipping ..."
7780 zip -r -9 ../_output/Help-$dir.zip .
You can’t perform that action at this time.
0 commit comments