From 38e001313ab79b2d65f7755491022243867572c8 Mon Sep 17 00:00:00 2001 From: Markus Schulte Date: Wed, 10 Nov 2021 17:02:02 +0100 Subject: [PATCH] Updated GitHub Pages documentation (#3207) * Source branch for GitHub Pages has to be set Using your awesome workflow, a branch gh-pages is being created, which serves as GitHub Pages source. This has to be set once in the repository settings. * Source branch for GitHub Pages might have to be set --- docs/publishing-your-site.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/publishing-your-site.md b/docs/publishing-your-site.md index cbe3121f6..2286200b7 100644 --- a/docs/publishing-your-site.md +++ b/docs/publishing-your-site.md @@ -91,6 +91,10 @@ Now, when a new commit is pushed to either the `master` or `main` branches, the static site is automatically built and deployed. Push your changes to see the workflow in action. +If the GitHub Page doesn't show up after a few minutes, ensure the source branch +for your GitHub Page is set to `gh-pages` in your repository settings +`github.com///settings/pages`. + Your documentation should shortly appear at `.github.io/`. [GitHub Actions]: https://github.com/features/actions