From 88c267c04b66eab0ff6c855c513ac8a1cc3d014a Mon Sep 17 00:00:00 2001 From: fzorb Date: Thu, 5 Sep 2024 17:26:29 +0300 Subject: [PATCH] Update .gitea/workflows/action.yml --- .gitea/workflows/action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 72a66e2..bab0f6a 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -16,7 +16,6 @@ jobs: - name: init git run: | - ls . git clone https://git.fzorb.xyz/fzorb/website cd website git submodule init @@ -24,11 +23,8 @@ jobs: - name: generate site run: | - ls /workspace/fzorb/website - echo 'test' - ls /workspace/fzorb/website/website cd /workspace/fzorb/website/website - hugo + hugo --config hugo.yaml - name: init ssh run: |