We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13e45d commit b14ef2dCopy full SHA for b14ef2d
.github/workflows/sync_content.yml
@@ -11,10 +11,10 @@ jobs:
11
uses: Scientific-Python-Translations/content-sync@main
12
with:
13
source-repo: "numpy/numpy.org"
14
- source-folder: "numpy.org/content/en/"
+ source-folder: "content/en/"
15
source-ref: "main"
16
translations-repo: "Scientific-Python-Translations/numpy.org-translations"
17
- translations-folder: "numpy.org-translations/content/en/"
+ translations-folder: "content/"
18
translations-ref: "main"
19
# These are provided by the Scientific Python Project and allow
20
# automation with bots
0 commit comments