diff --git a/Cargo.lock b/Cargo.lock index 65da7cf..6c67bc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "hyperlink" -version = "0.1.36" +version = "0.1.37" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 938ea35..d2be574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperlink" -version = "0.1.36" +version = "0.1.37" authors = [ "Markus Unterwaditzer ", # contributed dump-external-links command diff --git a/README.md b/README.md index f3dff0a..3104b06 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A command-line tool to find broken links in your static site. ### GitHub action ```yaml -- uses: untitaker/hyperlink@0.1.36 +- uses: untitaker/hyperlink@0.1.37 with: args: public/ --sources src/ ``` @@ -60,7 +60,7 @@ hyperlink public/ --sources src/ ### Docker ```bash -docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.36 /check/public/ --sources /check/src/ +docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.37 /check/public/ --sources /check/src/ # specific commit docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:sha-82ca78c /check/public/ --sources /check/src