Skip to content

Commit 6d5422b

Browse files
authored
Update publish.yml : bugfix _langs list
1 parent 06ee034 commit 6d5422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
mkdir -p $SRC_DIR
5959
echo "::endgroup::"
6060
61-
langdirs=$(find . -maxdepth 1 -type d ! -name '.' -printf '%P\n' | paste -sd';')
61+
langdirs=$(find . -maxdepth 1 -type d ! -name '.' ! -name '.*' ! -name '_*' -printf '%P\n' | paste -sd';')
6262
6363
for dir in */ ; do
6464
dir=${dir%/}

0 commit comments

Comments
 (0)