Skip to content

Commit 38e0013

Browse files
authored
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
1 parent d0e7370 commit 38e0013

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/publishing-your-site.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Now, when a new commit is pushed to either the `master` or `main` branches,
9191
the static site is automatically built and deployed. Push your changes to see
9292
the workflow in action.
9393

94+
If the GitHub Page doesn't show up after a few minutes, ensure the source branch
95+
for your GitHub Page is set to `gh-pages` in your repository settings
96+
`github.com/<username>/<repository>/settings/pages`.
97+
9498
Your documentation should shortly appear at `<username>.github.io/<repository>`.
9599

96100
[GitHub Actions]: https://github.com/features/actions

0 commit comments

Comments
 (0)