Skip to content

Commit 8858b7b

Browse files
mwczkylebuch8
authored andcommitted
fix the directory of the hugo-check.sh call (#393)
1 parent 5607ffb commit 8858b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
44

5-
source hugo-check.sh
5+
source $DIR/hugo-check.sh
66

77
hugoNoisyCheck || exit 1
88

0 commit comments

Comments
 (0)