We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c2670 commit 3698387Copy full SHA for 3698387
1 file changed
.github/workflows/sync-french.yml
@@ -30,10 +30,11 @@ jobs:
30
token: ${{ secrets.PUSH_API_TOKEN }}
31
submodules: true
32
- name: Copy files from English to French
33
- run: rsync -avr --delete --exclude=*.git/* --exclude=*.github/* --exclude='*CNAME' english/ french
+ run: rsync -avr --delete --exclude=*.git/* --exclude=*.github/* --exclude='*CNAME' --exclude='*_data/spdx' english/ french
34
- name: Sync SPDX submodule
35
working-directory: french/_data/spdx
36
run: |
37
+ git fetch
38
git checkout $(cat ../../../english/.git/modules/_data/spdx/HEAD)
39
- name: Push back changes to French repo
40
working-directory: french
0 commit comments