Skip to content

Commit

Permalink
adding workflow to build md files from root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
domiborges committed Jan 23, 2024
1 parent 97ede61 commit 1c35113
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- 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

0 comments on commit 1c35113

Please sign in to comment.