Skip to content
Snippets Groups Projects
Commit 3e7665f9 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

add handling of index file for tuhh-build

parent 736e27ce
No related branches found
No related tags found
3 merge requests!84Draft: Resolve "create tests for new commandline arguments",!83Draft: Resolve "deliver css and javascript to www3",!77Resolve "tuhh-deployment"
......@@ -38,8 +38,14 @@ echo "Preproc Topics"
$RESEARCH_BIN/preproc_topics.sh "$RESEARCH_BUILD" \
"$RESEARCH_ROOT/topics" \
"$RESEARCH_BUILD/home" \
"$RESEARCH_BUILD/forschung"
#>> $RESEARCH_BUILD/build.log 2>&1
"$RESEARCH_BUILD/forschung" >> $RESEARCH_BUILD/build.log 2>&1
# build index file
cp $RESEARCH_BUILD/index.md $RESEARCH_DEPLOY
$RESEARCH_BIN/create_html.sh $RESEARCH_DEPLOY \
$RESEARCH_DEPLOY \
TUHH >> $RESEARCH_BUILD/build.log 2>&1
rm $RESEARCH_DEPLOY/index.md
# build html files
echo "Creating HTML Files with pandoc"
......
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