You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tutorial/deploying.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,13 +222,14 @@ following contents:
222
222
223
223
furo==2021.11.16
224
224
225
-
And finally, you are ready to `enable GitHub Pages on your repository`_. For
225
+
And finally, you are ready to `publish GitHub Pages from a branch`_. For
226
226
that, go to :guilabel:`Settings`, then :guilabel:`Pages` on the left sidebar,
227
-
select the ``gh-pages`` branch in the "Source" dropdown menu, and click
227
+
select the ``Deploy from a branch`` item in the "Source" dropdown menu,
228
+
select the ``gh-page`` branch in the "Branch" dropdown menu, and click
228
229
:guilabel:`Save`. After a few minutes, you should be able to see your HTML at
229
230
the designated URL.
230
231
231
-
.. _enable GitHub Pages on your repository: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site
232
+
.. _publish GitHub Pages from a branch: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-from-a-branch
0 commit comments