Skip to content

add submodule & diff detection #1

add submodule & diff detection

add submodule & diff detection #1

name: Auto translation
on: push
defaults:
run:
shell: bash
env:
diff_file: ".auto-translation-diff.txt"
jobs:
diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- run: ./scripts/diff/diff-docs.sh "${diff_file}"
- run: cat "${diff_file}"