From 2eda332f89e7d3d548ddceb5c3fc21f5a59ffbdb Mon Sep 17 00:00:00 2001 From: Charish Patel Date: Fri, 25 Jul 2025 11:04:46 -0400 Subject: [PATCH] Attempt #2 at GPT translation fix. --- .gitea/workflows/hugo_site_deployment.yml | 6 ++---- content/en/test.md | 16 ---------------- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 content/en/test.md diff --git a/.gitea/workflows/hugo_site_deployment.yml b/.gitea/workflows/hugo_site_deployment.yml index e2a8f35..6962968 100644 --- a/.gitea/workflows/hugo_site_deployment.yml +++ b/.gitea/workflows/hugo_site_deployment.yml @@ -68,8 +68,6 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 - - run: | - pwd ; ls -alh - name: Gotify Notification uses: eikendev/gotify-action@master with: @@ -82,8 +80,8 @@ jobs: with: token: ${{ secrets.BOT_GITEA_TOKEN }} apikey: ${{ secrets.OPENAI_API_KEY }} - inputFiles: ./content/en/*.md - outputFiles: ./content/es/*.md ./content/ko/*.md ./content/zh-Hans/*.md + inputFiles: content/en/*.md + outputFiles: 'content/es/*.md content/ko/*.md content/zh-Hans/*.md' languages: Spanish Korean Chinese - name: Add/Commit README.md id: commit-translations diff --git a/content/en/test.md b/content/en/test.md deleted file mode 100644 index 5e248ea..0000000 --- a/content/en/test.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: -description: "" -date: 2025-07-23T23:02:44.479Z -preview: "" -draft: false -tags: [] -categories: [] ---- - -
-
Professional, adept technical services and—dare we say—wisdom
-
-
Serving residents within the five boroughs of NYC – we make house calls! -
-Enterprise-level skills and offerings for SMBs (Small-to-Mid-sized Businesses) \ No newline at end of file