Shohei Ueda
Shohei Ueda
The `publish_dir` should not be empty. Please set the correct path to your directory including building assets.
Here is my new example repo. FYI https://github.com/peaceiris/test-mdbook
The default is `./public`. cf. https://gohugo.io/getting-started/usage/#build-your-site
Thank you for your suggestion! This should be included in the next major release.
Thanks. related to https://github.com/peaceiris/actions-hugo/issues/605
See the following. This looks like a duplicate issue. - https://github.com/peaceiris/actions-gh-pages/issues/846
- [ ] https://github.com/peaceiris/actions-gh-pages/actions/runs/7203744588
Could you try TZ env? ```yaml - name: Build env: TZ: "Asia/Tokyo" run: hugo ```
You can use the `concurrency.group` to run the jobs sequentially. ```yaml concurrency: group: ${{ github.workflow }}-${{ github.ref }} ``` Please take a look at the README.md for more details.
It will be released as the first version of 2024 together with other bug fixes! ʕ◔ϖ◔ʔ