Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Nov 18, 2024
1 parent cf772f1 commit f09741c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@ jobs:
mv mdn/translated-content-de/files/de mdn/translated-content/files/
rm -rf mdn/translated-content-de
- name: Clean and commit de
if: ${{ ! vars.SKIP_BUILD || ! vars.SKIP_FUNCTION }}
working-directory: mdn/translated-content
run: |
cp de/_redirects.txt de/_redirects.txt.bak
sed -n -E '/^#.*|(.*\thttp.*)|(.*\t\/en-US|de\/.*)/I p' de/_redirects.txt.bak > de/_redirects.txt
rm de/_redirects.txt.bak
git add files/de
git -c user.name='MDN' -c user.email='[email protected]' commit -m 'de'
- uses: actions/checkout@v4
if: ${{ ! vars.SKIP_BUILD }}
with:
Expand Down

0 comments on commit f09741c

Please sign in to comment.