From b4f7e596c0b7352ae8e8309f597a69721999c932 Mon Sep 17 00:00:00 2001 From: fzorb Date: Sun, 22 Sep 2024 09:22:17 +0300 Subject: [PATCH] Update .gitea/workflows/action.yml --- .gitea/workflows/action.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index ee3b9c9..377dd87 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -20,7 +20,14 @@ jobs: cd website git submodule foreach --recursive git reset --hard git submodule init - git submodule update --recursive + git submodule update --recursive + - name: generate site + run: | + ls -a + cd website + ls -a + hugo + cd .. - name: init ftp and delete old files run: |