Skip to content

Commit fff7795

Browse files
committed
fix markdown to html action version
1 parent 97a3904 commit fff7795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v3
3232
- name: Convert Markdown to HTML
33-
uses: natescherer/markdown-to-html-with-github-style-action@v1
33+
uses: natescherer/markdown-to-html-with-github-style-action@v1.1.0
3434
with:
3535
path: README.md
3636
- name: Create index file

0 commit comments

Comments
 (0)