mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-06 10:13:38 +00:00
241ef9fea0
* feat: Add emptyCommits option (@kingofzeal) * docs: Update README about emptyCommits option (@kingofzeal) * gha: Update trigger of docker image ci workflow (@peaceiris) Close #21
15 lines
396 B
YAML
15 lines
396 B
YAML
name: 'Deploy action for GitHub Pages'
|
|
description: 'A GitHub Action to deploy your static site to GitHub Pages with Static Site Generator'
|
|
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'
|