Skip to content

Commit 3c98d4f

Browse files
committed
Spelling
1 parent dbf2e1e commit 3c98d4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## ✨ About
88

9-
A GitHub Action for deploying GitHub Pages
9+
A GitHub Action to deploy to GitHub Pages
1010

1111
> **:warning: Note:** To use this action, you must have access to the [GitHub Actions](https://github.com/features/actions) feature. GitHub Actions are currently only available in public beta. You can [apply for the GitHub Actions beta here](https://github.com/features/actions/signup/).
1212

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
22
name: 'GitHub Pages'
3-
description: 'GitHub Action for deploying GitHub Pages'
3+
description: 'GitHub Action to deploy to GitHub Pages'
44
author: 'crazy-max'
55
branding:
66
color: 'green'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-pages",
3-
"description": "GitHub Action for deploying GitHub Pages",
3+
"description": "GitHub Action to deploy to GitHub Pages",
44
"main": "lib/main.js",
55
"directories": {
66
"lib": "lib"

0 commit comments

Comments
 (0)