Merge pull request #2 from tertsdiepraam/tldr-curl

Download tldr archive via curl
This commit is contained in:
Sylvestre Ledru
2022-04-19 22:20:10 +02:00
committed by GitHub
+4
View File
@@ -41,6 +41,10 @@ jobs:
use-tool-cache: false
env:
RUSTUP_TOOLCHAIN: stable
- name: Download tldr archive
run: |
curl https://tldr.sh/assets/tldr.zip --output coreutils/docs/tldr.zip
- name: Build user Documentation
run: |