Skip to content

Commit ea72ddc

Browse files
committed
Reapply "minor change, removed echo paths used for testing linkchecker"
This reverts commit 5eba048.
1 parent 0b0cebb commit ea72ddc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hooks/pre-push

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,11 @@ VENV_BIN="$PROJECT_ROOT/venv/bin"
99
TMP_BUILD_DIR="$PROJECT_ROOT/.tmp-mkdocs-build"
1010
DOCS_DIR="$PROJECT_ROOT/docs"
1111

12-
echo "PROJECT_ROOT=$PROJECT_ROOT"
13-
echo "DOCS_DIR=$DOCS_DIR"
14-
echo "VENV_BIN=$VENV_BIN"
15-
"$VENV_BIN/python" --version
16-
1712
# Activate venv if not already activated
1813
if [ -f "$VENV_BIN/activate" ]; then
1914
. "$VENV_BIN/activate"
2015
fi
2116

22-
2317
#Checking internal links in markdown files only
2418
echo "Checking internal links in markdown files..."
2519

0 commit comments

Comments
 (0)