Update .gitea/workflows/action.yml
Some checks failed
pipeline / deploy-job (push) Failing after 31s
Some checks failed
pipeline / deploy-job (push) Failing after 31s
This commit is contained in:
parent
fff746a63c
commit
c07115c203
@ -20,10 +20,10 @@ jobs:
|
|||||||
cd website
|
cd website
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
ls -a
|
|
||||||
|
|
||||||
- name: generate site
|
- name: generate site
|
||||||
run: |
|
run: |
|
||||||
|
ls -a
|
||||||
hugo --config hugo.yaml
|
hugo --config hugo.yaml
|
||||||
|
|
||||||
- name: init ssh
|
- name: init ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user