Skip to content

Commit

Permalink
run docker non interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Nov 3, 2024
1 parent bf9a725 commit fcecd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ launch_browser() {

check_links() {
echo "If you wish to use \`./docs.sh check\` to check validity of links locally, please follow installation instructions at https://github.com/lycheeverse/lychee"
docker run --init -it --rm -w /input -v "$(pwd)/..":/input lycheeverse/lychee -c ./docs/lychee.toml .
docker run --init --rm -w /input -v "$(pwd)/..":/input lycheeverse/lychee -c ./docs/lychee.toml .
# lychee ..
}

Expand Down

0 comments on commit fcecd46

Please sign in to comment.