Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Apr 12, 2024
1 parent 305751b commit be6b099
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

* [Introduction](./intro.md)
* [Introduction](./intro.md)
* [Installation](./installation.md)
* [Pre-Built Binaries](./installation-binaries.md)
* [Docker](./docker.md)
Expand Down
1 change: 0 additions & 1 deletion scripts/mdlint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ docker run -v ./book:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest '**/

# exit code
exit_code=$(echo $?)
# echo $exit_code

if [[ $exit_code == 0 ]]; then
echo "All markdown files are properly formatted."
Expand Down

0 comments on commit be6b099

Please sign in to comment.