Converts markdown files to HTML
- name: Convert index.md to index.html
uses: jd-solanki/[email protected]
with:
files: '[["index.md", "index.html"]]'
theme: 'dark' # Optional, default: auto
title: 'My Website' # Optional, If title isn't provided title tag won't get added
favicon: 'https://github.githubassets.com/favicons/favicon-dark.png' # Optional, If favicon isn't provided favicon's link tag won't get added
- Fetch title from repo name if isn't provided (PR welcome)
- Thanks sindresorhus for markdown styles