Skip to content

Commit c249eba

Browse files
authored
Merge pull request uutils#2 from tertsdiepraam/tldr-curl
Download tldr archive via curl
2 parents 315305e + 6729ecd commit c249eba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
use-tool-cache: false
4242
env:
4343
RUSTUP_TOOLCHAIN: stable
44+
45+
- name: Download tldr archive
46+
run: |
47+
curl https://tldr.sh/assets/tldr.zip --output coreutils/docs/tldr.zip
4448
4549
- name: Build user Documentation
4650
run: |

0 commit comments

Comments
 (0)