diff --git a/content/en/hosting-and-deployment/hosting-on-github.md b/content/en/hosting-and-deployment/hosting-on-github.md index e552187b3..675a696d3 100644 --- a/content/en/hosting-and-deployment/hosting-on-github.md +++ b/content/en/hosting-and-deployment/hosting-on-github.md @@ -89,8 +89,6 @@ For more advanced settings [actions-hugo](https://github.com/marketplace/actions ## Github pages setting By default, the GitHub action pushes the generated content to the `gh-pages` branch. This means GitHub has to serve your `gh-pages` branch as a GitHub Pages branch. You can change this setting by going to Settings > GitHub Pages, and change the source branch to `gh-pages`. -![Screenshot of the github pages setting for setting source branch](/images/hosting-and-deployment/hosting-on-github/set-correct-branch.jpg) - ## Change baseURL in config.toml Don't forget to rename your `baseURL` in `config.toml` with the value `https://.github.io` for your user repository or `https://.github.io/` for a project repository. diff --git a/static/images/hosting-and-deployment/hosting-on-github/set-correct-branch.png b/static/images/hosting-and-deployment/hosting-on-github/set-correct-branch.png deleted file mode 100644 index 854a5b1e5..000000000 Binary files a/static/images/hosting-and-deployment/hosting-on-github/set-correct-branch.png and /dev/null differ