fix: diff wit origin/main
All checks were successful
Blog Deployment / check-rebuild (push) Successful in 5s
Blog Deployment / build (push) Has been skipped
Blog Deployment / deploy-staging (push) Successful in 9s
Blog Deployment / test-staging (push) Successful in 3s
Blog Deployment / merge (push) Successful in 5s
Blog Deployment / deploy-production (push) Successful in 9s
Blog Deployment / test-production (push) Successful in 2s
Blog Deployment / clean (push) Has been skipped

This commit is contained in:
Vezpi 2025-06-04 21:24:51 +00:00
parent 6a54d815f6
commit 6515c0b7d2

View File

@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout Repository
run: git clone --branch preview https://${{ secrets.REPO_TOKEN }}@git.vezpi.me/Vezpi/blog.git .
- name: Check Latest Hugo Version
id: get_latest
run: |
@ -51,7 +51,7 @@ jobs:
- name: Check Changes in the Docker Folder
id: docker_folder
run: |
if git diff --name-only main | grep -q '^docker/';
if git diff --name-only origin/main | grep -q '^docker/';
then
docker_folder_changed=true
echo "Change detected in the /docker folder"