Skip to content

Commit d6f22d9

Browse files
authored
Update sync_content.yml
1 parent 18851ce commit d6f22d9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/sync_content.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Sync Content
22
on:
3-
schedule:
4-
- cron: '0 5 * * *' # Daily at 5 am
3+
# schedule:
4+
# - cron: '0 5 * * *' # Daily at 5 am
55
workflow_dispatch:
66
jobs:
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 }}

0 commit comments

Comments
 (0)