Fix typo
All checks were successful
Deploy / Deploy (push) Successful in 4s

This commit is contained in:
Vezpi 2025-05-07 22:30:28 +02:00
parent 8af88c96a9
commit a6985f8877

View File

@ -22,7 +22,7 @@ jobs:
- name: Get current Hugo version - name: Get current Hugo version
run: | run: |
current_version=$(${BLOG_FOLDER}/hugo version | grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+') current_version=$(${BLOG_FOLDER}/hugo version | grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+')
echo "current_version=$current_version | tee -a $GITEA_ENV echo "current_version=$current_version" | tee -a $GITEA_ENV
- name: Verify latest Hugo version - name: Verify latest Hugo version
run: | run: |