-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hanging at hugo
step sometimes
#465
Comments
I have no idea with the log only. Can you show me your Hugo project or create a small set of repository for reproducing? |
Sure, it's just a personal blog site - have invited you as a collaborator |
I tried to build it locally with Hugo |
I have the same issue. In repo https://github.com/amaki-aria/amaki-aria.github.io Log:
|
Test for peaceiris/actions-hugo#465
@Gesrua I tested some times with your project and found that - runs-on: ubuntu-18.04
+ runs-on: macos-latest Log on Ubuntu 18.04hugo --minify --debug --path-warnings --verboseLog
|
Thanks! |
I have opened a thread on the Hugo community to ask for help from Hugo experts. Also, at the Community of GitHub Actions: |
I tested jobs:
deploy:
runs-on: ubuntu-18.04
container:
image: 'ubuntu:18.04'
steps: |
@Gesrua I removed images, CSS, JavaScript, and HTML files from your content directory, then built it some times with a small set. It works well. This problem is related to user content, I think. |
https://github.com/AbdulRafayZaidi/AbdulRafayZaidi.github.io/runs/2337541258?check_suite_focus=true For me it happens randomly. I added --debug to investigate but it worked. And after that it failed. Did a rerun and it worked again. It's pretty random. On my windows machine I can run the serve locally just fine. |
Today, we cannot identify the cause yet. To save the free minutes on a private repository, we can add |
@peaceiris This is a weird behaviour on Hugo's part. See gohugoio/hugo#8166 (comment) |
I meet the same issue, actions-hugo is not working properly suddenly, my
the error I got
any ideas? |
Closed by Release v0.91.2 · gohugoio/hugo |
Note that an issue which does not follow the template will be closed silently.
Check list before opening this issue
For users of the GitHub Pages Action:
Describe your question
Sometimes the action hangs at the build step.
I've included the full build log below, but here's where it goes wrong - notice that I stopped it after 8 minutes.
This has happened on a few occasions. The most recent one was after a single commit to an unrelated file -
lighthouserc.js
(before the commit, it built, after the commit it didn't)Whenever it's not been able to build, I've always been able to run
hugo
locally, and onnetlify
and the site builds quickly.When i re-run the job, it sometimes passes, sometimes fails.
Link to your contents
My workflow file
Screenshots
If applicable, add screenshots to help explain your question.
Additional context
Full build log
The text was updated successfully, but these errors were encountered: