Skip to content
Snippets Groups Projects
Commit 58c8fbdf authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Resolve #484

parent f430eaa1
No related branches found
No related tags found
2 merge requests!1045Automated merge from preview to main,!1044Improve link checking
......@@ -25,7 +25,7 @@ while getopts ":a" option; do
case ${option} in
a)
export ENABLED_HTMLPROOFER_EXTERNAL_URLS=true
echo "Checking internal and external links. Might take some time."
echo "Info: Checking internal and external links. Might take some time."
;;
h)
usage
......@@ -37,5 +37,10 @@ while getopts ":a" option; do
esac
done
# Switch for wikiscript
if [ -d "doc.zih.tu-dresden.de" ]; then
cd doc.zih.tu-dresden.de
fi
mkdocs build
rm -rf public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment