Skip to content

Commit e91a189

Browse files
committed
chore: Fix workflow name
1 parent b5022f9 commit e91a189

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Here is an example workflow for Hugo.
133133
[![peaceiris/actions-hugo - GitHub](https://gh-card.dev/repos/peaceiris/actions-hugo.svg?fullname)](https://github.com/peaceiris/actions-hugo)
134134

135135
```yaml
136-
name: github pages
136+
name: GitHub Pages
137137
138138
on:
139139
push:
@@ -468,7 +468,7 @@ use the `full_commit_message` option instead of the `commit_message` option.
468468
Here is an example workflow.
469469

470470
```yaml
471-
name: github pages
471+
name: GitHub Pages
472472
473473
on:
474474
push:
@@ -596,7 +596,7 @@ For deploying manually, we can set the `on.workflow_dispatch` workflow trigger.
596596
See [Manual events `workflow_dispatch` | Events that trigger workflows - GitHub Docs](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#manual-events)
597597

598598
```yaml
599-
name: github pages
599+
name: GitHub Pages
600600
601601
on:
602602
push:
@@ -638,7 +638,7 @@ e.g. `create-react-app` requires `publish_dir` to be set to `./build`
638638
Premise: Dependencies are managed by `package.json` and `package-lock.json`
639639

640640
```yaml
641-
name: github pages
641+
name: GitHub Pages
642642
643643
on:
644644
push:
@@ -686,7 +686,7 @@ An example for [Gatsby] (Gatsby.js) project with [gatsby-starter-blog]
686686
[gatsby-starter-blog]: https://github.com/gatsbyjs/gatsby-starter-blog
687687

688688
```yaml
689-
name: github pages
689+
name: GitHub Pages
690690
691691
on:
692692
push:
@@ -738,7 +738,7 @@ An example for [Next.js] (React.js) project with [create-next-app]
738738
[create-next-app]: https://nextjs.org/docs
739739

740740
```yaml
741-
name: github pages
741+
name: GitHub Pages
742742
743743
on:
744744
push:
@@ -793,7 +793,7 @@ An example for [Nuxt.js] (Vue.js) project with [create-nuxt-app]
793793
[create-nuxt-app]: https://github.com/nuxt/create-nuxt-app
794794

795795
```yaml
796-
name: github pages
796+
name: GitHub Pages
797797
798798
on:
799799
push:
@@ -843,7 +843,7 @@ An example workflow for [Docusaurus](https://docusaurus.io/).
843843
```yaml
844844
# .github/workflows/deploy.yml
845845
846-
name: github pages
846+
name: GitHub Pages
847847
848848
on:
849849
push:
@@ -904,7 +904,7 @@ jobs:
904904
Premise: Dependencies are managed by `requirements.txt`
905905

906906
```yaml
907-
name: github pages
907+
name: GitHub Pages
908908
909909
on:
910910
push:
@@ -964,7 +964,7 @@ An example GitHub Actions workflow to deploy [rust-lang/mdBook] site to GitHub P
964964
- [peaceiris/actions-mdbook: GitHub Actions for mdBook (rust-lang/mdBook)](https://github.com/peaceiris/actions-mdbook)
965965

966966
```yaml
967-
name: github pages
967+
name: GitHub Pages
968968
969969
on:
970970
push:
@@ -1003,7 +1003,7 @@ An exapmle workflow for [Flutter web project].
10031003
[Flutter web project]: https://flutter.dev/docs/get-started/web
10041004

10051005
```yaml
1006-
name: github pages
1006+
name: GitHub Pages
10071007
10081008
on:
10091009
push:
@@ -1047,7 +1047,7 @@ An example workflow for [Elm].
10471047
[Elm]: https://elm-lang.org
10481048

10491049
```yaml
1050-
name: github pages
1050+
name: GitHub Pages
10511051
10521052
on:
10531053
push:

0 commit comments

Comments
 (0)