From 337375bb493ac6bd2f899f389590cc067e06d5f7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 22 Mar 2026 09:35:17 +0100 Subject: [PATCH] Pass coreutils-l10n dir to theme patch script in CI --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 43a706e0c..396d7ad60 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -68,7 +68,7 @@ jobs: - name: Patch mdbook theme with language selector run: | - uutils.github.io/scripts/patch-mdbook-theme.sh coreutils/docs + uutils.github.io/scripts/patch-mdbook-theme.sh coreutils/docs coreutils-l10n - name: Build Coreutils Docs run: |