We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba4fb5 commit 2c638eeCopy full SHA for 2c638ee
.github/workflows/ci.yml
@@ -15,8 +15,13 @@ jobs:
15
16
- run: mkdir -p build
17
- run: cp -rp nginx.svg build
18
- - run: npm i markdown-to-html-cli -g
19
- - run: markdown-to-html --output build/index.html
+
+ - name: Converts Markdown to HTML
20
+ uses: jaywcjlove/markdown-to-html-cli@main
21
+ with:
22
+ source: README-zh.md
23
+ output: build/index.html
24
25
26
- name: Deploy
27
uses: peaceiris/actions-gh-pages@v3
0 commit comments