From 45cc0fad0004fb89477532a81abeaeb1eb0b028d Mon Sep 17 00:00:00 2001 From: Charish Patel Date: Fri, 25 Jul 2025 11:05:54 -0400 Subject: [PATCH] Attempt #2 at GPT translation fix. --- .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 6962968..3f43eac 100644 --- a/.gitea/workflows/hugo_site_deployment.yml +++ b/.gitea/workflows/hugo_site_deployment.yml @@ -68,6 +68,9 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 + - run: | + pwd + tree - name: Gotify Notification uses: eikendev/gotify-action@master with: