We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9929d43 commit 34d1aabCopy full SHA for 34d1aab
1 file changed
.github/workflows/website.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Download tldr archive
47
run: |
48
- 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
49
50
- name: Install necessary tools (mdbook and mdbook-toc)
51
uses: taiki-e/install-action@v2
0 commit comments