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