Update .gitea/workflows/action.yml
Some checks failed
pipeline / deploy-job (push) Failing after 34s

This commit is contained in:
fzorb 2024-09-22 09:22:17 +03:00
parent faad3f42e2
commit b4f7e596c0

View File

@ -21,6 +21,13 @@ jobs:
git submodule foreach --recursive git reset --hard
git submodule init
git submodule update --recursive
- name: generate site
run: |
ls -a
cd website
ls -a
hugo
cd ..
- name: init ftp and delete old files
run: |