From 64935d99911f7fd86a01781604bb3765e9ecd105 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Wed, 18 Dec 2024 14:35:40 -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 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