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