whatasame/Notion to Jekyll
GitHub action for synchronizing Notion to Jekyll
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| notion_api_key | Notion API key | yes | — |
| notion_database_id | Notion database ID | yes | — |
| github_workspace | Github workspace | no | ${{ github.workspace }} |
| post_dir | Post directory | no | _posts |
| post_layout | Post layout | no | post |
| post_layout_skip | Post layout skip | no | false |
| commit_username | Commit username | no | ${{ github.actor }} |
| commit_email | Commit email | no | ${{ github.actor }}@users.noreply.github.com |
| commit_author | Commit author | no | ${{ github.actor }} |
| commit_message | Commit message | no | Synchronized by Notion to Jekyll |
| repository | Repository | no | ${{ github.repository }} |
Outputs
no outputs