one-aalam/SSG Publish Drafts
Publish drafts with a date greater than the current time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }} | yes | — |
| github_actor | The Github actor to use | yes | — |
| github_repository | Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY}) | no | "" |
| branch | Destination branch to push changes | no | main |
| site_path | Directory containing the SSG root folder. | no | . |
| site_drafts_dir | Directory containing all the drafts in *.md format. | no | src/drafts |
| site_published_dir | Directory to contain all the published content in *.md format. | no | src/pages/blog |
Outputs
no outputs