fix/not-deploying-hugo-v159 (#9)
Some checks failed
Blog Deployment / Check-Rebuild (push) Successful in 7s
Blog Deployment / Build (push) Successful in 10s
Blog Deployment / Deploy-Staging (push) Successful in 11s
Blog Deployment / Test-Staging (push) Failing after 3s
Blog Deployment / Merge (push) Has been skipped
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Deploy-Production (push) Has been skipped
Blog Deployment / Test-Production (push) Has been skipped
Blog Deployment / Notify (push) Successful in 4s

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2026-04-03 10:02:12 +02:00
parent 73bd106b02
commit c23735f94d
5 changed files with 51 additions and 42 deletions

View File

@@ -23,10 +23,7 @@ jobs:
docker_folder_changed: ${{ steps.docker_folder.outputs.changed }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ gitea.ref_name }}
token: ${{ secrets.REPO_TOKEN }}
run: git clone --branch ${{ gitea.ref_name }} https://${{ secrets.REPO_TOKEN }}@git.vezpi.com/Vezpi/blog.git .
- name: Check Latest Hugo Version
id: get_latest
@@ -81,10 +78,7 @@ jobs:
shell: sh
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ gitea.ref_name }}
token: ${{ secrets.REPO_TOKEN }}
run: git clone --branch ${{ gitea.ref_name }} https://${{ secrets.REPO_TOKEN }}@git.vezpi.com/Vezpi/blog.git .
- name: Build Docker Image
run: |