actions-gh-pages/action.yml

19 lines
571 B
YAML
Raw Normal View History

2019-10-28 18:30:53 +00:00
name: 'GitHub Pages action'
2019-10-03 02:31:57 +00:00
description: 'GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.'
author: 'peaceiris'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'upload-cloud'
color: 'blue'
inputs:
emptyCommits:
description: 'If empty commits should be made to the publication branch'
required: false
default: 'true'
2019-09-24 17:41:21 +00:00
keepFiles:
description: 'If existing files in the publish branch should be not removed before deploying'
required: false
2019-10-03 02:31:57 +00:00
default: 'false'