From 94943258361dca5afae0501fac6494e0d5d1a50c Mon Sep 17 00:00:00 2001 From: Michael Hausenblas Date: Wed, 25 Dec 2019 08:16:19 +0000 Subject: [PATCH] fixes script --- action.sh | 2 -- 1 file changed, 2 deletions(-) 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"