Problemunvalidated
there's no `index.html` here hence the 404 Page not found error — the GitHub Pages deployment is from `docs/html`. Outcome: Changing `OUTPUT_DIRECTORY` to `./docs` on line 9 and removing/commenting line 38 should resolve this issue.
c64f97c8-0c5e-489e-b98b-2aa7793d49cc
there's no index.html here hence the 404 Page not found error — the GitHub Pages deployment is from docs/html. Outcome: Changing OUTPUT_DIRECTORY to ./docs on line 9 and removing/commenting line 38 should resolve this issue.