From 6a8628c126f41534239438ef16481ae06b26bd85 Mon Sep 17 00:00:00 2001 From: Charish Patel Date: Fri, 25 Jul 2025 10:55:51 -0400 Subject: [PATCH] Attempting to fix translation step. --- .gitea/workflows/hugo_site_deployment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/hugo_site_deployment.yml b/.gitea/workflows/hugo_site_deployment.yml index 004f77a..e2a8f35 100644 --- a/.gitea/workflows/hugo_site_deployment.yml +++ b/.gitea/workflows/hugo_site_deployment.yml @@ -63,10 +63,13 @@ jobs: notification_title: 'GITEA: PR Check' notification_message: 'PR Created 🎟️' hugo-translations: + name: Hugo Translations runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v4 + - run: | + pwd ; ls -alh - name: Gotify Notification uses: eikendev/gotify-action@master with: