Skip to content

Commit cb85e32

Browse files
committed
change markdown to html implementation in actions
1 parent 2e371ec commit cb85e32

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/page.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v3
32-
- name: Convert Markdown to HTML
33-
uses: natescherer/markdown-to-html-with-github-style-action@v1.1.0
32+
- name: Converts Markdown to HTML
33+
uses: jaywcjlove/markdown-to-html-cli@v3.4.5
3434
with:
35-
path: README.md
35+
source: README.md
36+
output: index.html
37+
github-corners: https://github.com/polyvariant/learn-scala
38+
description: Reference learning material for Scala
39+
dark-mode: false # Do not disable light and dark theme styles button.
3640
- name: Create index file
3741
run: |
3842
mv README.html index.html

0 commit comments

Comments
 (0)