github-pages-deploy-action/action.yml

9 lines
258 B
YAML
Raw Normal View History

2019-11-08 23:54:43 +08:00
name: 'Deploy to GitHub Pages'
2019-11-09 00:49:08 +08:00
description: 'This action will handle the deployment process of your project to GitHub Pages.'
2019-11-08 23:54:43 +08:00
author: 'James Ives <iam@jamesiv.es>'
runs:
2019-11-08 06:46:04 +08:00
using: 'node12'
2019-11-08 23:54:43 +08:00
main: 'lib/main.js'
branding:
icon: 'git-commit'
color: 'orange'