From 232a117930f3001cdb331bf15343ac22a28f46b7 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Wed, 18 Dec 2024 14:33:20 -0300 Subject: [PATCH 1/2] 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 From 64935d99911f7fd86a01781604bb3765e9ecd105 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Wed, 18 Dec 2024 14:35:40 -0300 Subject: [PATCH 2/2] 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 e4a6c3f..d31f6a1 100755 --- a/.gitea/workflows/ssh_build.yml +++ b/.gitea/workflows/ssh_build.yml @@ -12,4 +12,5 @@ jobs: dirname: aliceclass src_dir: /var/www/src dest_dir: /var/www/html - jekyll_args: --trace \ No newline at end of file + jekyll_args: --trace + \ No newline at end of file