From 34d1aab2b7f205ef79ab7570ddc5c50bee69c9ba Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 21 Mar 2026 20:46:04 +0100 Subject: [PATCH] fix the tldr download --- .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 22a80680f..02c69753c 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -45,7 +45,7 @@ jobs: - name: Download tldr archive run: | - curl https://tldr.sh/assets/tldr.zip --output coreutils/docs/tldr.zip + curl -sfL https://tldr.sh/assets/tldr.zip --output coreutils/docs/tldr.zip - name: Install necessary tools (mdbook and mdbook-toc) uses: taiki-e/install-action@v2