Skip to content

Commit

Permalink
Merge pull request #552 from InnerSourceCommons/Add-pt-br-language-su…
Browse files Browse the repository at this point in the history
…pport-to-the-GitHub-Action

Adding pt-br language support to the GitHub Action workflow
  • Loading branch information
voborgus authored Jun 19, 2023
2 parents d6bbc54 + 8e8b895 commit e068b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
extended: true
- name: Copy the missing files from /content/en for publishing each language site
run: |
for i in de es fr it ja ru zh; do
for i in de es fr it ja ru zh pt-br; do
rsync -rv --ignore-existing content/en/ content/$i/ --log-file=content/.gitignore;
sed -i "s/^.\{37\} /$i\//g" content/.gitignore;
sed -i '/total size\|file list/d' content/.gitignore;
Expand Down

0 comments on commit e068b76

Please sign in to comment.