Update .gitea/workflows/action.yml
Some checks failed
pipeline / deploy-job (push) Failing after 34s
Some checks failed
pipeline / deploy-job (push) Failing after 34s
This commit is contained in:
parent
faad3f42e2
commit
b4f7e596c0
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user