Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 10s

This commit is contained in:
Eric X. Liu 2024-06-12 03:45:02 +00:00
parent 54b6804061
commit 9dc26b0e0a

View File

@ -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: