peaceiris / actions-hugo

GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.
https://github.com/marketplace/actions/hugo-setup
MIT License
1.41k stars 84 forks source link

support: build file is missing #550

Closed alycevyni closed 2 years ago

alycevyni commented 2 years ago

Checklist

Describe your question

github actions is not error. but build file is missing.

Relevant links

https://gist.github.com/alycevyni/2b942ec81a4f498aa91c6478370e94c2

workflow file.

Relevant log output

output

Additional context.

Run peaceiris/actions-hugo@v2
  with:
    hugo-version: 0.88.1
    extended: true
Hugo version: 0.88.1
/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/actions_hugo/_temp -f /home/runner/work/_temp/33ba63c5-ab5c-49a7-b464-1584c12b1c87
/home/runner/actions_hugo/bin/hugo version
hugo v0.88.1-5BC54738+extended linux/amd64 BuildDate=2021-09-04T09:39:19Z VendorInfo=gohugoio

Run hugo --minify
  hugo --minify
  shell: /usr/bin/bash -e {0}
Start building sites … 
hugo v0.88.1-5BC54738+extended linux/amd64 BuildDate=2021-09-04T09:39:19Z VendorInfo=gohugoio

                   | EN  
-------------------+-----
  Pages            |  8  
  Paginator pages  |  0  
  Non-page files   |  0  
  Static files     | 33  
  Processed images |  0  
  Aliases          |  1  
  Sitemaps         |  1  
  Cleaned          |  0  

Total in 22 ms

on actions.

Start building sites … 
hugo v0.88.1+extended darwin/arm64 BuildDate=unknown

                   | EN  
-------------------+-----
  Pages            | 14  
  Paginator pages  |  0  
  Non-page files   |  0  
  Static files     | 37  
  Processed images |  0  
  Aliases          |  1  
  Sitemaps         |  1  
  Cleaned          |  0  

Total in 31 ms

on local.

my project file directory.

alycevyni commented 2 years ago

My _index.md draft is true, so no build. I'm sorry to bother you.

peaceiris commented 2 years ago

ʕ◔ϖ◔ʔ 👍

github-actions[bot] commented 2 years ago

This issue has been LOCKED because of it being resolved!

The issue has been fixed and is therefore considered resolved. If you still encounter this or it has changed, open a new issue instead of responding to solved ones.

Log | Bot Usage