Merge pull request #31 from domiborges/workflow-markdown #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Generate HTML from Markdown | ||
uses: ldeluigi/markdown-docs@latest | ||
with: | ||
src: . | ||
dst: generated | ||
title: The fundamentals of technical writing | ||
language: en | ||
icon: library | ||
primary-color: indigo | ||
secondary-color: indigo | ||
hide-repository: false |