Spelling
This commit is contained in:
parent
dbf2e1ecae
commit
3c98d4f698
|
@ -6,7 +6,7 @@
|
|||
|
||||
## ✨ About
|
||||
|
||||
A GitHub Action for deploying GitHub Pages
|
||||
A GitHub Action to deploy to GitHub Pages
|
||||
|
||||
> **: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/).
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
||||
name: 'GitHub Pages'
|
||||
description: 'GitHub Action for deploying GitHub Pages'
|
||||
description: 'GitHub Action to deploy to GitHub Pages'
|
||||
author: 'crazy-max'
|
||||
branding:
|
||||
color: 'green'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-pages",
|
||||
"description": "GitHub Action for deploying GitHub Pages",
|
||||
"description": "GitHub Action to deploy to GitHub Pages",
|
||||
"main": "lib/main.js",
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
|
|
Loading…
Reference in New Issue
Block a user