mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
9 lines
258 B
YAML
9 lines
258 B
YAML
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'
|
|
color: 'orange' |