Skip to content

Commit c979fb4

Browse files
committed
Fix test action
1 parent 872780c commit c979fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
with:
2222
source-repo: "Scientific-Python-Translations/numpy.org"
23-
source-folder: "numpy-org/content/en/"
23+
source-folder: "numpy.org/content/en/"
2424
source-ref: "main"
2525
translations-repo: "Scientific-Python-Translations/numpy.org-translations"
2626
translations-folder: "numpy.org-translations/content/en/"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
| `source-folder` | ✅ | — | Path to the content folder in the source repo (e.g., `numpy.org/content/en/`). |
6464
| `source-ref` | ❌ | `main` | Branch or tag to sync from. |
6565
| `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/`). |
66+
| `translations-folder` | ✅ | | Path to the content folder in the translations repo (e.g., `numpy.org-translations/content/en/`). |
6767
| `translations-ref` | ❌ | `main` | Branch of the target translations repo. |
6868

6969
## 🛠️ Setup Instructions

0 commit comments

Comments
 (0)