Skip to content

Commit

Permalink
Remove forcing strict mode (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: Diego <d.alonso-alvarez@imperial.ac.uk>
  • Loading branch information
dalonsoa committed Mar 27, 2023
1 parent 3b00d34 commit 2833747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Expand Up @@ -40,7 +40,7 @@ elif [ -n "${PERSONAL_TOKEN}" ]; then
remote_repo="https://x-access-token:${PERSONAL_TOKEN}@${GITHUB_DOMAIN:-"github.com"}/${GITHUB_REPOSITORY}.git"
else
print_info "no token found; linting"
exec -- mkdocs build --config-file "${CONFIG_FILE}" --strict
exec -- mkdocs build --config-file "${CONFIG_FILE}"
fi

# workaround, see https://github.com/actions/checkout/issues/766
Expand Down

0 comments on commit 2833747

Please sign in to comment.