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
1c3c40a3d6
commit
88c267c04b
@ -16,7 +16,6 @@ jobs:
|
|||||||
|
|
||||||
- name: init git
|
- name: init git
|
||||||
run: |
|
run: |
|
||||||
ls .
|
|
||||||
git clone https://git.fzorb.xyz/fzorb/website
|
git clone https://git.fzorb.xyz/fzorb/website
|
||||||
cd website
|
cd website
|
||||||
git submodule init
|
git submodule init
|
||||||
@ -24,11 +23,8 @@ jobs:
|
|||||||
|
|
||||||
- name: generate site
|
- name: generate site
|
||||||
run: |
|
run: |
|
||||||
ls /workspace/fzorb/website
|
|
||||||
echo 'test'
|
|
||||||
ls /workspace/fzorb/website/website
|
|
||||||
cd /workspace/fzorb/website/website
|
cd /workspace/fzorb/website/website
|
||||||
hugo
|
hugo --config hugo.yaml
|
||||||
|
|
||||||
- name: init ssh
|
- name: init ssh
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user