-
I've been doing a bit of troubleshooting, but coming up empty at this point. At the moment I'm trying to revert back to 2.7.4 version. But wanted to get the error here and if anyone has any suggestions of what may be causing this?
Primary update was to |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The interesting thing is that the build locally on the system works just fine. It's only in the GitHub Pages CI workflow. - name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
HUGO_ENV: production
TZ: America/Chicago
run: |
hugo \
--gc \
--minify \
--debug \
--baseURL "${{ steps.pages.outputs.base_url }}/" |
Beta Was this translation helpful? Give feedback.
-
Looks like it is failing on the coverCaption portion:
|
Beta Was this translation helpful? Give feedback.
-
It was a timeout thing. :( Added into the config timeout=60000 |
Beta Was this translation helpful? Give feedback.
It was a timeout thing. :(
Added into the config
hugo.toml
: