mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
f7faf642c5
* Relative * Update entrypoint.sh * Update entrypoint.sh * Another test * Update entrypoint.sh * Update entrypoint.sh
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' |