Add linkchecker

master
Zholnay Kirill 2020-08-17 21:12:43 +03:00
parent 78d8937637
commit caab6fdb19
1 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,8 @@ mv $TARGET $SITE_DIR
echo " Removing temporary directory."
rm -rf $TEMP_DIRECTORY
echo " Checking links."
linkchecker https://selfprivacy.org --check-extern
```