Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rcmdnk/octopress-action

Build and deploy (to GitHub Pages) octopress site
https://github.com/rcmdnk/octopress-action

Last synced: about 1 month ago
JSON representation

Build and deploy (to GitHub Pages) octopress site

Awesome Lists containing this project

README

        

# octopress-action
Build and deploy [Octopress](http://octopress.org/) site.

Some options are optimized for [octogray](https://github.com/rcmdnk/octogray) theme.

## Examples

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: rcmdnk/octopress-action@v3
with:
git_user_email: [email protected]
git_user_name: rcmdnk
ssh_key: ${{ secrets.SSH_KEY }}

## Inputs

Name | Description | Default | Required
-|:-|-|-
git_user_email| Email of git user to deploy. | - | Yes
git_user_name| User name of git user to deploy. | - | Yes
ssh_key| ssh key to deploy. | - | Yes
generate_option| Option for 'rake generate, for octogray.| no_minify | No
deploy_option| Option for 'rake deploy', for octogray.| push_ex | No