mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
9 lines
270 B
YAML
9 lines
270 B
YAML
|
name: 'Deploy to GitHub Pages'
|
||
|
description: 'This action will handle the building and deploying process of your project to GitHub Pages.'
|
||
|
author: 'James Ives <iam@jamesiv.es>'
|
||
|
runs:
|
||
|
using: 'docker'
|
||
|
image: 'Dockerfile'
|
||
|
branding:
|
||
|
icon: 'git-commit'
|
||
|
color: 'orange'
|