From 232a117930f3001cdb331bf15343ac22a28f46b7 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Wed, 18 Dec 2024 14:33:20 -0300 Subject: [PATCH] Update .gitea/workflows/ssh_build.yml --- .gitea/workflows/ssh_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ssh_build.yml b/.gitea/workflows/ssh_build.yml index be558bf..e4a6c3f 100755 --- a/.gitea/workflows/ssh_build.yml +++ b/.gitea/workflows/ssh_build.yml @@ -11,4 +11,5 @@ jobs: with: dirname: aliceclass src_dir: /var/www/src - dest_dir: /var/www/html \ No newline at end of file + dest_dir: /var/www/html + jekyll_args: --trace \ No newline at end of file