Skip to content

Commit 1c80e5d

Browse files
chore: create mkdocs.yml
1 parent af01ae1 commit 1c80e5d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .github /workflows/mkdocs.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- name: Generate HTML from Markdown
2+
uses: ldeluigi/markdown-docs@latest
3+
with:
4+
src: doc
5+
dst: generated
6+
title: Markdown Docs
7+
language: en
8+
icon: library
9+
primary-color: indigo
10+
secondary-color: indigo
11+
hide-repository: false

0 commit comments

Comments
 (0)