From 588ec394515b571634dbc27119947c1510d1e013 Mon Sep 17 00:00:00 2001 From: almouse Date: Wed, 12 Jul 2023 00:13:26 +0000 Subject: [PATCH] Add trace to jekyll --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9392517..f420dad 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ runs: using: 'docker' image: 'Dockerfile' args: - - jekyll build + - jekyll build --trace branding: icon: 'book-open' color: 'red'