Attempt #2 at GPT translation fix.
Deploy Hugo Site / Check and Create PR (push) Successful in 10s
Deploy Hugo Site / Hugo Translations (push) Failing after 6s

This commit is contained in:
2025-07-25 11:16:57 -04:00
parent 7b576c9348
commit 4093487107
+3 -2
View File
@@ -10,7 +10,7 @@ on:
- '**.md'
- '**.toml'
- '**.html'
- '*/**.yml'
- '**.yml'
- '**.json'
jobs:
check-and-create-pr:
@@ -65,12 +65,13 @@ jobs:
hugo-translations:
name: Hugo Translations
runs-on: ubuntu-latest
needs: [check-and-create-pr]
steps:
- name: Checkout Code
uses: actions/checkout@v4
- run: |
pwd
tree
ls -al
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: