Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rcmdnk/octopress-action
- Owner: rcmdnk
- License: apache-2.0
- Created: 2020-04-15T19:39:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T18:39:40.000Z (almost 2 years ago)
- Last Synced: 2024-09-18T17:11:09.183Z (about 2 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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