mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-10 05:15:55 +00:00
10 lines
255 B
YAML
10 lines
255 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'
|