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

This commit is contained in:
Eric X. Liu 2024-06-12 03:23:09 +00:00
parent d7a045f1d5
commit debfbc1142

View File

@ -15,6 +15,7 @@ jobs:
with: with:
submodules: recursive submodules: recursive
ssh-key: ${{ secrets.SSH_KEY }} ssh-key: ${{ secrets.SSH_KEY }}
github-server-url: git.ericxliu.me
- name: Set up SSH - name: Set up SSH
run: | run: |