File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11name : Sync Content
22on :
3- schedule :
4- - cron : ' 0 5 * * *' # Daily at 5 am
3+ # schedule:
4+ # - cron: '0 5 * * *' # Daily at 5 am
55 workflow_dispatch :
66jobs :
77 sync :
@@ -11,11 +11,13 @@ jobs:
1111 uses : Scientific-Python-Translations/content-sync@main
1212 with :
1313 source-repo : " numpy/numpy.org"
14- source-folder : " content/en/"
14+ source-path : " content/en/"
1515 source-ref : " main"
1616 translations-repo : " Scientific-Python-Translations/numpy.org-translations"
17- translations-folder : " content/"
17+ translations-path : " content/"
18+ translations-source-path : " content/en/"
1819 translations-ref : " main"
20+ auto-merge : " false"
1921 # These are provided by the Scientific Python Project and allow
2022 # automation with bots
2123 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments