@@ -43,10 +43,10 @@ jobs:
4343 uses : Scientific-Python-Translations/content-sync@main
4444 with :
4545 source-repo : " numpy/numpy.org"
46- source-folder : " content/en/"
46+ source-folder : " numpy.org/ content/en/"
4747 source-ref : " main"
4848 translations-repo : " Scientific-Python-Translations/numpy.org-translations"
49- translations-folder : " content/en/"
49+ translations-folder : " numpy.org-translations/ content/en/"
5050 translations-ref : " main"
5151 # These are provided by the Scientific Python Project and allow
5252 # automation with bots
@@ -57,14 +57,14 @@ jobs:
5757
5858### Inputs
5959
60- | Input | Required | Default | Description |
61- | --------------------- | -------- | ------- | -------------------------------------------------------------------------- |
62- | ` source-repo` | ✅ | — | GitHub repo with the source content (e.g., `numpy/numpy.org`). |
63- | `source-folder` | ✅ | — | Path to the content folder in the source repo (e.g., `content/en/`). |
64- | `source-ref` | ❌ | `main` | Branch or tag to sync from. |
65- | `translations-repo` | ✅ | — | Target repo for translated content (e.g., `org/site-translations`). |
66- | `translations-folder` | ✅ | - | Path to the content folder in the translations repo (e.g., `content/en/`). |
67- | `translations-ref` | ❌ | `main` | Branch of the target translations repo. |
60+ | Input | Required | Default | Description |
61+ | --------------------- | -------- | ------- | ------------------------------------------------------------------------------------------------- |
62+ | ` source-repo` | ✅ | — | GitHub repo with the source content (e.g., `numpy/numpy.org`). |
63+ | `source-folder` | ✅ | — | Path to the content folder in the source repo (e.g., `numpy.org/ content/en/`). |
64+ | `source-ref` | ❌ | `main` | Branch or tag to sync from. |
65+ | `translations-repo` | ✅ | — | Target repo for translated content (e.g., `org/site-translations`). |
66+ | `translations-folder` | ✅ | - | Path to the content folder in the translations repo (e.g., `numpy.org-translations/ content/en/`). |
67+ | `translations-ref` | ❌ | `main` | Branch of the target translations repo. |
6868
6969# # 🛠️ Setup Instructions
7070
0 commit comments