diff --git a/content/pages/quickstart.md b/content/pages/quickstart.md index 51ef4e33414b..665a5d22f1f4 100644 --- a/content/pages/quickstart.md +++ b/content/pages/quickstart.md @@ -24,6 +24,9 @@ This guide will lead you through creating a user site at `username.github.io`. {% data reusables.repositories.create_new %} 1. Enter `username.github.io` as the repository name. Replace `username` with your {% data variables.product.prodname_dotcom %} username. For example, if your username is `octocat`, the repository name should be `octocat.github.io`. ![Screenshot of {% data variables.product.prodname_pages %} settings in a repository. The repository name field contains the text "octocat.github.io" and is outlined in dark orange.](/assets/images/help/pages/create-repository-name-pages.png) +{% data reusables.repositories.choose-repo-visibility %} +{% data reusables.repositories.initialize-with-readme %} +{% data reusables.repositories.create-repo %} {% data reusables.repositories.sidebar-settings %} {% data reusables.pages.sidebar-pages %} 1. Under "Build and deployment", under "Source", select **Deploy from a branch**. diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index b7ea37444a42..6ab7b8a37f68 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -3,5 +3,5 @@ "apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", "apiRequestEvent": "This event is only available via audit log streaming." }, - "sha": "4516a2f1ddf74032b4474b272c9850055470cad3" + "sha": "f978d4dc575235ddf4fbc9dcdc1c305b89170245" } \ No newline at end of file