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 2e371ec commit cb85e32Copy full SHA for cb85e32
.github/workflows/page.yml
@@ -29,10 +29,14 @@ jobs:
29
steps:
30
- name: Checkout
31
uses: actions/checkout@v3
32
- - name: Convert Markdown to HTML
33
- uses: natescherer/markdown-to-html-with-github-style-action@v1.1.0
+ - name: Converts Markdown to HTML
+ uses: jaywcjlove/markdown-to-html-cli@v3.4.5
34
with:
35
- path: README.md
+ 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.
40
- name: Create index file
41
run: |
42
mv README.html index.html
0 commit comments