jinglemansweep/Portfolio Action
Builds a personal portfolio/resume static site from YAML and Markdown
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| data_dir | Directory containing YAML data files | — | . |
| pages_dir | Directory containing markdown pages | — | pages |
| blog_dir | Directory containing blog post markdown files | — | blog |
| media_dir | Directory containing static media assets | — | media |
| output_dir | Build output directory | — | _site |
| base_path | Base path for the site (e.g. /repo-name/ for GitHub Pages project sites) | — | / |
| site_url | Full site URL for SEO (sitemap, RSS). Auto-detected from GITHUB_REPOSITORY if not set. | — | "" |
| build_date | Override build date (YYYY-MM-DD) for reproducible builds and blog scheduling | — | "" |
| Install Chrome for PDF generation (set false to skip Chrome setup and save install time) | — | true |
Outputs
| name | description |
|---|---|
| output_path | Path to the built site directory |