@@ -61,9 +61,8 @@ Three tokens are supported.
61
61
62
62
63
63
- [Getting started](#getting-started)
64
- - [Create your workflow](#create-your-workflow)
65
- - [⭐️ Repository type - Project](#%EF%B8%8F-repository-type---project)
66
- - [⭐️ Repository type - User and Organization](#%EF%B8%8F-repository-type---user-and-organization)
64
+ - [⭐️ Repository type - Project](#%EF%B8%8F-repository-type---project)
65
+ - [⭐️ Repository type - User and Organization](#%EF%B8%8F-repository-type---user-and-organization)
67
66
- [Options](#options)
68
67
- [⭐️ `deploy_key`](#%EF%B8%8F-deploy_key)
69
68
- [⭐️ `personal_token`](#%EF%B8%8F-personal_token)
@@ -97,11 +96,9 @@ Three tokens are supported.
97
96
98
97
# # Getting started
99
98
100
- # ## Create your workflow
99
+ # ## ⭐️ Repository type - Project
101
100
102
- Add your workflow setting YAML file `.github/workflows/gh-pages.yml` and push to the default branch.
103
-
104
- # ### ⭐️ Repository type - Project
101
+ Add your workflow file `.github/workflows/gh-pages.yml` and push to the remote master branch.
105
102
106
103
An example workflow for Hugo.
107
104
@@ -150,7 +147,7 @@ The above example is for [Project Pages sites]. (`<username>/<project_name>` rep
150
147
|---|---|
151
148
|  |  |
152
149
153
- # ### ⭐️ Repository type - User and Organization
150
+ # ## ⭐️ Repository type - User and Organization
154
151
155
152
For [User and Organization Pages sites] (`<username>/<username>.github.io` repository),
156
153
we have to set `master` branch to `publish_branch`.
0 commit comments