Commit da610edb authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Removing no-expand-path parameter

parent f974f40b
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -68,7 +68,8 @@ if [ -f "frontmatter.md" ] && [ "$(cat frontmatter.md | tr -d ' \n\t')" != "{}"
  cat spec.md
  frontmatterClause=True
fi
python3 /markdownTools/processMDSpec.py --no-expand-paths "./${SPEC_NAME}.md" > combined.md
#python3 /markdownTools/processMDSpec.py --no-expand-paths "./${SPEC_NAME}.md" > combined.md
python3 /markdownTools/processMDSpec.py "./${SPEC_NAME}.md" > combined.md
echo "------ Generate input for mkdocs --------"
#python3 $1 -it -ihp --title ${9^^} "./$8.md"
if [ $frontmatterClause == True ]; then