You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: 'fastpages: An easy to use blogging platform with support for Jupyter Notebooks.'
description: Converts Jupyter notebooks and Word docs into Jekyll blog posts.
author: Hamel Husain
inputs:
BOOL_SAVE_MARKDOWN:
description: Either 'true' or 'false'. Whether or not to commit converted markdown files from notebooks and word documents into the _posts directory in your repo. This is useful for debugging.
required: false
default: false
SSH_DEPLOY_KEY:
description: a ssh deploy key is required if BOOL_SAVE_MARKDOWN = 'true'