@@ -133,7 +133,7 @@ Here is an example workflow for Hugo.
133133[](https://github.com/peaceiris/actions-hugo)
134134
135135` ` ` yaml
136- name: github pages
136+ name: GitHub Pages
137137
138138on:
139139 push:
@@ -468,7 +468,7 @@ use the `full_commit_message` option instead of the `commit_message` option.
468468Here is an example workflow.
469469
470470` ` ` yaml
471- name: github pages
471+ name: GitHub Pages
472472
473473on:
474474 push:
@@ -596,7 +596,7 @@ For deploying manually, we can set the `on.workflow_dispatch` workflow trigger.
596596See [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
601601on:
602602 push:
@@ -638,7 +638,7 @@ e.g. `create-react-app` requires `publish_dir` to be set to `./build`
638638Premise : Dependencies are managed by `package.json` and `package-lock.json`
639639
640640` ` ` yaml
641- name: github pages
641+ name: GitHub Pages
642642
643643on:
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
691691on:
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
743743on:
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
798798on:
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
848848on:
849849 push:
@@ -904,7 +904,7 @@ jobs:
904904Premise : Dependencies are managed by `requirements.txt`
905905
906906` ` ` yaml
907- name: github pages
907+ name: GitHub Pages
908908
909909on:
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
969969on:
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
10081008on:
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
10521052on:
10531053 push:
0 commit comments