github-pages-deploy-action/action.yml
James Ives f7faf642c5
Checks for relative path names (#15)
* Relative

* Update entrypoint.sh

* Update entrypoint.sh

* Another test

* Update entrypoint.sh

* Update entrypoint.sh
2019-08-25 18:16:24 -04:00

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'