I was testing on a development server, and running hugo server -D
deploys the website to https://localhost:1313/Website
and everything looks fine. I followed the steps outlined here and I manually ran the workflow. The page is hosted at `.github.io/Website’. The repo is named Website, hopefully that’s not an issue. However, deploying from GitHub Actions results in a page without any content or posts. There are no console output messages either. What am I doing wrong?
It is impossible to say what you are doing wrong without access to your project repository.
Here’s the repo:
You have one content file, and draft is set to true.
I also suggest you read about page bundles. Your content organization is unexpected.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.