mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-22 12:21:10 +00:00
fix typos path
This commit is contained in:
parent
f373d859b7
commit
600baeaa0f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- wget -O typos.tar.gz https://github.com/crate-ci/typos/releases/download/v1.14.12/typos-v1.14.12-x86_64-unknown-linux-musl.tar.gz
|
- wget -O typos.tar.gz https://github.com/crate-ci/typos/releases/download/v1.14.12/typos-v1.14.12-x86_64-unknown-linux-musl.tar.gz
|
||||||
- tar -xzf typos.tar.gz
|
- tar -xzf typos.tar.gz
|
||||||
- ./typos src/en
|
- ./typos src
|
||||||
|
|
||||||
check_documentation_build:
|
check_documentation_build:
|
||||||
image: alpine:3
|
image: alpine:3
|
||||||
|
|
Loading…
Reference in a new issue