Skip to content

Commit 7b12ca9

Browse files
committed
docs: update
1 parent 62e7849 commit 7b12ca9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ Three tokens are supported.
6161

6262

6363
- [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)
6766
- [Options](#options)
6867
- [⭐️ `deploy_key`](#%EF%B8%8F-deploy_key)
6968
- [⭐️ `personal_token`](#%EF%B8%8F-personal_token)
@@ -97,11 +96,9 @@ Three tokens are supported.
9796

9897
## Getting started
9998

100-
### Create your workflow
99+
### ⭐️ Repository type - Project
101100

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.
105102

106103
An example workflow for Hugo.
107104

@@ -150,7 +147,7 @@ The above example is for [Project Pages sites]. (`<username>/<project_name>` rep
150147
|---|---|
151148
| ![](./images/log3.jpg) | ![](./images/log4.jpg) |
152149

153-
#### ⭐️ Repository type - User and Organization
150+
### ⭐️ Repository type - User and Organization
154151

155152
For [User and Organization Pages sites] (`<username>/<username>.github.io` repository),
156153
we have to set `master` branch to `publish_branch`.

0 commit comments

Comments
 (0)