diff --git a/entrypoint.sh b/entrypoint.sh index 7e8e57b..8f1a60e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ if [ ! -n "$GITHUB_TOKEN" ]; then echo "You need to supply GITHUB_TOKEN" exit 1 fi -gh-pages -d $PUBLIC_PATH -b gh-pages -u "github-actions-bot " +gh-pages -d $PUBLIC_PATH -b gh-pages -u "github-actions-bot " -f retval=$? if [ $retval -ne 0 ]; then echo "gh-pages failed: $retval"