Skip to content

Commit 34d1aab

Browse files
committed
fix the tldr download
1 parent 9929d43 commit 34d1aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Download tldr archive
4747
run: |
48-
curl https://tldr.sh/assets/tldr.zip --output coreutils/docs/tldr.zip
48+
curl -sfL https://tldr.sh/assets/tldr.zip --output coreutils/docs/tldr.zip
4949
5050
- name: Install necessary tools (mdbook and mdbook-toc)
5151
uses: taiki-e/install-action@v2

0 commit comments

Comments
 (0)