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: |