hi , i have exactly the same problem. the github page look like this in the PaperMod
You are more likely to receive a prompt and accurate response if you post a link to your project’s Git repository.
See Requesting Help.
Let us see your code
Include a link to the source code repository of your project, because we really need the context of seeing your templates and partials to be able to help you. It is trivial to do a quick git clone on your repo, then run hugo server in your project, to help you out. On the other hand, recreating your code from screenshots, or sort of guessing at it, is not.
If you can’t share your repository for whatever reason, consider creating a dummy repo that you can share, which reproduces the problem you’re experiencing.
Thanks for the advise, here is the repo: GitHub - tuananhfrtk/tuananhfrtk.github.io
your github action is for jekyll build.
- disable or delete it
- create a new one following Host on GitHub Pages
thanks for the advices, but how can I disable the jekyll build? I don’t even have the yml file on my .github/workflow
there should be an option in github on the actions tab ui… dunno exacly where . google will help.
you should also have a delete option there
btw your main branch is rather empty…
nowadays the default branch in gihub is main
you hav both main and master but your new action uses main. i would make sure you checkout main. and get rid of the master branch.. looks like that leads to confusion