chore: Fix workflow name

This commit is contained in:
peaceiris 2021-07-13 09:13:46 +09:00
parent b5022f9875
commit e91a189d4c
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC

View File

@ -133,7 +133,7 @@ Here is an example workflow for Hugo.
[![peaceiris/actions-hugo - GitHub](https://gh-card.dev/repos/peaceiris/actions-hugo.svg?fullname)](https://github.com/peaceiris/actions-hugo) [![peaceiris/actions-hugo - GitHub](https://gh-card.dev/repos/peaceiris/actions-hugo.svg?fullname)](https://github.com/peaceiris/actions-hugo)
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -468,7 +468,7 @@ use the `full_commit_message` option instead of the `commit_message` option.
Here is an example workflow. Here is an example workflow.
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -596,7 +596,7 @@ For deploying manually, we can set the `on.workflow_dispatch` workflow trigger.
See [Manual events `workflow_dispatch` | Events that trigger workflows - GitHub Docs](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#manual-events) See [Manual events `workflow_dispatch` | Events that trigger workflows - GitHub Docs](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#manual-events)
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -638,7 +638,7 @@ e.g. `create-react-app` requires `publish_dir` to be set to `./build`
Premise: Dependencies are managed by `package.json` and `package-lock.json` Premise: Dependencies are managed by `package.json` and `package-lock.json`
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -686,7 +686,7 @@ An example for [Gatsby] (Gatsby.js) project with [gatsby-starter-blog]
[gatsby-starter-blog]: https://github.com/gatsbyjs/gatsby-starter-blog [gatsby-starter-blog]: https://github.com/gatsbyjs/gatsby-starter-blog
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -738,7 +738,7 @@ An example for [Next.js] (React.js) project with [create-next-app]
[create-next-app]: https://nextjs.org/docs [create-next-app]: https://nextjs.org/docs
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -793,7 +793,7 @@ An example for [Nuxt.js] (Vue.js) project with [create-nuxt-app]
[create-nuxt-app]: https://github.com/nuxt/create-nuxt-app [create-nuxt-app]: https://github.com/nuxt/create-nuxt-app
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -843,7 +843,7 @@ An example workflow for [Docusaurus](https://docusaurus.io/).
```yaml ```yaml
# .github/workflows/deploy.yml # .github/workflows/deploy.yml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -904,7 +904,7 @@ jobs:
Premise: Dependencies are managed by `requirements.txt` Premise: Dependencies are managed by `requirements.txt`
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -964,7 +964,7 @@ An example GitHub Actions workflow to deploy [rust-lang/mdBook] site to GitHub P
- [peaceiris/actions-mdbook: GitHub Actions for mdBook (rust-lang/mdBook)](https://github.com/peaceiris/actions-mdbook) - [peaceiris/actions-mdbook: GitHub Actions for mdBook (rust-lang/mdBook)](https://github.com/peaceiris/actions-mdbook)
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -1003,7 +1003,7 @@ An exapmle workflow for [Flutter web project].
[Flutter web project]: https://flutter.dev/docs/get-started/web [Flutter web project]: https://flutter.dev/docs/get-started/web
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push:
@ -1047,7 +1047,7 @@ An example workflow for [Elm].
[Elm]: https://elm-lang.org [Elm]: https://elm-lang.org
```yaml ```yaml
name: github pages name: GitHub Pages
on: on:
push: push: