Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 10s
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 10s
This commit is contained in:
parent
54b6804061
commit
9dc26b0e0a
@ -23,11 +23,6 @@ jobs:
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh-keyscan -H git.ericxliu.me >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Clone gitea-pages branch
|
||||
run: |
|
||||
git clone --branch gitea-pages git@git.ericxliu.me:eric/ericxliu-me.git output
|
||||
find output -mindepth 1 -not -regex "^.*\/.git\/.*" -delete
|
||||
|
||||
- name: Build site with Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user