mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-12 06:14:16 +00:00
docs: update
This commit is contained in:
parent
62e7849d7a
commit
7b12ca9aeb
@ -61,7 +61,6 @@ Three tokens are supported.
|
|||||||
|
|
||||||
|
|
||||||
- [Getting started](#getting-started)
|
- [Getting started](#getting-started)
|
||||||
- [Create your workflow](#create-your-workflow)
|
|
||||||
- [⭐️ Repository type - Project](#%EF%B8%8F-repository-type---project)
|
- [⭐️ Repository type - Project](#%EF%B8%8F-repository-type---project)
|
||||||
- [⭐️ Repository type - User and Organization](#%EF%B8%8F-repository-type---user-and-organization)
|
- [⭐️ Repository type - User and Organization](#%EF%B8%8F-repository-type---user-and-organization)
|
||||||
- [Options](#options)
|
- [Options](#options)
|
||||||
@ -97,11 +96,9 @@ Three tokens are supported.
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
### Create your workflow
|
### ⭐️ Repository type - Project
|
||||||
|
|
||||||
Add your workflow setting YAML file `.github/workflows/gh-pages.yml` and push to the default branch.
|
Add your workflow file `.github/workflows/gh-pages.yml` and push to the remote master branch.
|
||||||
|
|
||||||
#### ⭐️ Repository type - Project
|
|
||||||
|
|
||||||
An example workflow for Hugo.
|
An example workflow for Hugo.
|
||||||
|
|
||||||
@ -150,7 +147,7 @@ The above example is for [Project Pages sites]. (`<username>/<project_name>` rep
|
|||||||
|---|---|
|
|---|---|
|
||||||
| ![](./images/log3.jpg) | ![](./images/log4.jpg) |
|
| ![](./images/log3.jpg) | ![](./images/log4.jpg) |
|
||||||
|
|
||||||
#### ⭐️ Repository type - User and Organization
|
### ⭐️ Repository type - User and Organization
|
||||||
|
|
||||||
For [User and Organization Pages sites] (`<username>/<username>.github.io` repository),
|
For [User and Organization Pages sites] (`<username>/<username>.github.io` repository),
|
||||||
we have to set `master` branch to `publish_branch`.
|
we have to set `master` branch to `publish_branch`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user