Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 5s
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 5s
This commit is contained in:
parent
bc36f401b2
commit
dc4dbb8343
@ -11,10 +11,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: RouxAntoine/checkout@v3.5.4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
ssh-key: ${{ secrets.SSH_KEY }}
|
|
||||||
|
|
||||||
- name: Set up SSH
|
- name: Set up SSH
|
||||||
run: |
|
run: |
|
||||||
@ -42,7 +39,7 @@ jobs:
|
|||||||
uses: ad-m/github-push-action@v0.6.0
|
uses: ad-m/github-push-action@v0.6.0
|
||||||
with:
|
with:
|
||||||
branch: gitea-pages
|
branch: gitea-pages
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.token }}
|
||||||
force: true
|
force: true
|
||||||
message: "Drone build ${{ github.sha::0:7 }}"
|
message: "Drone build ${{ github.sha::0:7 }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user