github-pages-deploy-action/action.yml

9 lines
258 B
YAML
Raw Normal View History

name: 'Deploy to GitHub Pages'
description: 'This action will handle the deployment process of your project to GitHub Pages.'
author: 'James Ives <iam@jamesiv.es>'
runs:
using: 'node12'
main: 'lib/main.js'
branding:
icon: 'git-commit'
2020-01-20 02:41:19 +08:00
color: 'orange'