diff --git a/action.sh b/action.sh index c14dbbd..d0bdd37 100644 --- a/action.sh +++ b/action.sh @@ -1,7 +1,5 @@ #!/bin/bash set -e -set -o pipefail -echo 'Building the MkDocs site' ./mkdocs gh-deploy --config-file "${GITHUB_WORKSPACE}/${INPUT_SITE_DIR}/mkdocs.yml"