fixing pipeline
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 16s
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 16s
This commit is contained in:
@ -21,9 +21,8 @@ jobs:
|
|||||||
git config --global user.name "${{ gitea.actor }}"
|
git config --global user.name "${{ gitea.actor }}"
|
||||||
git submodule update --init --recursive --remote -f
|
git submodule update --init --recursive --remote -f
|
||||||
git commit -am "updating submodules"
|
git commit -am "updating submodules"
|
||||||
git push
|
git push | return 0
|
||||||
- name: Install Hugo
|
- name: Install Hugo
|
||||||
if: always()
|
|
||||||
uses: peaceiris/actions-hugo@v3
|
uses: peaceiris/actions-hugo@v3
|
||||||
with:
|
with:
|
||||||
hugo-version: 'latest'
|
hugo-version: 'latest'
|
||||||
|
Reference in New Issue
Block a user