Skip to content

Commit 3d54c82

Browse files
hotfix: remove other languages from compilation step
Only include the enabled languages to be compiled
1 parent 7f335a2 commit 3d54c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
extended: true
2222
- name: Copy the missing files from /content/en for publishing each language site
2323
run: |
24-
for i in de es fr it ja ru zh pt-br; do
24+
for i in fr ja pt-br; do
2525
rsync -rv --ignore-existing content/en/ content/$i/ --log-file=content/.gitignore;
2626
sed -i "s/^.\{37\} /$i\//g" content/.gitignore;
2727
sed -i '/total size\|file list/d' content/.gitignore;

0 commit comments

Comments
 (0)