Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 43s
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 43s
This commit is contained in:
parent
375952204e
commit
bc36f401b2
@ -11,11 +11,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: RouxAntoine/checkout@v3.5.4
|
||||||
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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user