Closed
Description
What's the problem?
Every time an action is triggered, I get the "Your site is having problems building: Page build failed." error.
I tried to replace GITHUB_TOKEN: ${{ secret.GITHUB_TOKEN }}
with ACCESS_TOKEN: ${{ secret.REPO_SCOPED_TOKEN }}
.
Didn't help.
I tried to add a .nojekyll
file to the build.
Didn't help.
I tried using JamesIves/github-pages-deploy-action@releases/v3
.
Didn't help.
I tried to add a .nojekyll
file directly to gh-pages
branch.
But,
You can safely commit these files directly into deployment branch without them being overridden after each deployment
is definitely not true. All files are erased every time.
Expected behavior
No errors will occur after deployment.
Therefore, I would appreciate any help in solving this problem.