This commit is contained in:
CrazyMax 2019-10-11 02:25:58 +02:00
parent dbf2e1ecae
commit 3c98d4f698
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
3 changed files with 3 additions and 3 deletions

View File

@ -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/).

View File

@ -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'

View File

@ -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"