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.'
|
2019-09-05 14:07:49 +00:00
|
|
|
author: 'peaceiris'
|
|
|
|
runs:
|
|
|
|
using: 'docker'
|
|
|
|
image: 'Dockerfile'
|
|
|
|
branding:
|
|
|
|
icon: 'upload-cloud'
|
|
|
|
color: 'blue'
|
2019-09-14 18:49:20 +00:00
|
|
|
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'
|