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:
|
||||
- name: Checkout code
|
||||
uses: RouxAntoine/checkout@v3.5.4
|
||||
with:
|
||||
submodules: recursive
|
||||
ssh-key: ${{ secrets.SSH_KEY }}
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up SSH
|
||||
run: |
|
||||
@ -42,7 +39,7 @@ jobs:
|
||||
uses: ad-m/github-push-action@v0.6.0
|
||||
with:
|
||||
branch: gitea-pages
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.token }}
|
||||
force: true
|
||||
message: "Drone build ${{ github.sha::0:7 }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user