Skip to content

Commit

Permalink
update --data-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Nov 1, 2020
1 parent 3918ea7 commit f36146a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ fi
if [ "${BUILD_JATS:-}" != "false" ]; then
echo >&2 "Exporting JATS XML manuscript"
pandoc --verbose \
--defaults="$PANDOC_DEFAULTS_DIR/common.yaml" \
--defaults="$PANDOC_DEFAULTS_DIR/jats.yaml"
--data-dir="$PANDOC_DATA_DIR" \
--defaults=common.yaml \
--defaults=jats.yaml
fi

echo >&2 "Build complete"

0 comments on commit f36146a

Please sign in to comment.