Home [Issue] Jekyll deployed in github shows raw text of index.html file
Post
Cancel

[Issue] Jekyll deployed in github shows raw text of index.html file

[Problem Description]

Deploy the Jekyll theme website using the forked repo, on my local system, all works fine. Even Github build status also indicates that the site is up and running at https://username.github.io. However, when I access https://username.github.io from browser…

The following line is displayed:

1
--- layout: home # Index page ---

[Issue Solved]

For me, it works fine with configuring Source as Github Actions.

img-description

Change setting to deploy source = github actions.

Path: Setting > Pages (Github Pages)> Build and deployment > Source > GitHub Actions.

ref:

This post is licensed under CC BY 4.0 by the author.