1#!/bin/sh 2 3cd doc 4make HUGO_ARGS="--logLevel debug --printPathWarnings" 5 6echo "USE_GIT_COMMIT=${GIT_COMMIT}" > ${WORKSPACE}/trigger.property 7 8