Build system: Update phpDoc list formatting

This commit is contained in:
Daniel Rudolf 2016-04-27 19:00:44 +02:00
parent 79a14799bb
commit 749114df61
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -40,7 +40,7 @@ generate-phpdoc.sh \
# update phpDoc list
update-phpdoc-list.sh \
"$DEPLOYMENT_DIR/_data/phpDoc.yml" \
"$TRAVIS_BRANCH" "branch" "\`$TRAVIS_BRANCH\` branch" "$(date +%s)"
"$TRAVIS_BRANCH" "branch" "<code>$TRAVIS_BRANCH</code> branch" "$(date +%s)"
# commit phpDocs
echo "Committing changes..."