@@ -133,7 +133,7 @@ Here is an example workflow for Hugo.
133
133
[](https://github.com/peaceiris/actions-hugo)
134
134
135
135
` ` ` yaml
136
- name: github pages
136
+ name: GitHub Pages
137
137
138
138
on:
139
139
push:
@@ -468,7 +468,7 @@ use the `full_commit_message` option instead of the `commit_message` option.
468
468
Here is an example workflow.
469
469
470
470
` ` ` yaml
471
- name: github pages
471
+ name: GitHub Pages
472
472
473
473
on:
474
474
push:
@@ -596,7 +596,7 @@ For deploying manually, we can set the `on.workflow_dispatch` workflow trigger.
596
596
See [Manual events `workflow_dispatch` | Events that trigger workflows - GitHub Docs](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#manual-events)
597
597
598
598
` ` ` yaml
599
- name: github pages
599
+ name: GitHub Pages
600
600
601
601
on:
602
602
push:
@@ -638,7 +638,7 @@ e.g. `create-react-app` requires `publish_dir` to be set to `./build`
638
638
Premise : Dependencies are managed by `package.json` and `package-lock.json`
639
639
640
640
` ` ` yaml
641
- name: github pages
641
+ name: GitHub Pages
642
642
643
643
on:
644
644
push:
@@ -686,7 +686,7 @@ An example for [Gatsby] (Gatsby.js) project with [gatsby-starter-blog]
686
686
[gatsby-starter-blog] : https://github.com/gatsbyjs/gatsby-starter-blog
687
687
688
688
` ` ` yaml
689
- name: github pages
689
+ name: GitHub Pages
690
690
691
691
on:
692
692
push:
@@ -738,7 +738,7 @@ An example for [Next.js] (React.js) project with [create-next-app]
738
738
[create-next-app] : https://nextjs.org/docs
739
739
740
740
` ` ` yaml
741
- name: github pages
741
+ name: GitHub Pages
742
742
743
743
on:
744
744
push:
@@ -793,7 +793,7 @@ An example for [Nuxt.js] (Vue.js) project with [create-nuxt-app]
793
793
[create-nuxt-app] : https://github.com/nuxt/create-nuxt-app
794
794
795
795
` ` ` yaml
796
- name: github pages
796
+ name: GitHub Pages
797
797
798
798
on:
799
799
push:
@@ -843,7 +843,7 @@ An example workflow for [Docusaurus](https://docusaurus.io/).
843
843
` ` ` yaml
844
844
# .github/workflows/deploy.yml
845
845
846
- name: github pages
846
+ name: GitHub Pages
847
847
848
848
on:
849
849
push:
@@ -904,7 +904,7 @@ jobs:
904
904
Premise : Dependencies are managed by `requirements.txt`
905
905
906
906
` ` ` yaml
907
- name: github pages
907
+ name: GitHub Pages
908
908
909
909
on:
910
910
push:
@@ -964,7 +964,7 @@ An example GitHub Actions workflow to deploy [rust-lang/mdBook] site to GitHub P
964
964
- [peaceiris/actions-mdbook : GitHub Actions for mdBook (rust-lang/mdBook)](https://github.com/peaceiris/actions-mdbook)
965
965
966
966
` ` ` yaml
967
- name: github pages
967
+ name: GitHub Pages
968
968
969
969
on:
970
970
push:
@@ -1003,7 +1003,7 @@ An exapmle workflow for [Flutter web project].
1003
1003
[Flutter web project] : https://flutter.dev/docs/get-started/web
1004
1004
1005
1005
` ` ` yaml
1006
- name: github pages
1006
+ name: GitHub Pages
1007
1007
1008
1008
on:
1009
1009
push:
@@ -1047,7 +1047,7 @@ An example workflow for [Elm].
1047
1047
[Elm] : https://elm-lang.org
1048
1048
1049
1049
` ` ` yaml
1050
- name: github pages
1050
+ name: GitHub Pages
1051
1051
1052
1052
on:
1053
1053
push:
0 commit comments