Skip to content

Commit e8638bf

Browse files
committed
【文档】更新 README 文件中的 Markdown.HTML 版本引用
- 在 README.md 和 README_EN.md 文件中,将 Markdown.HTML 版本引用从 v1 改为 v<version> - 在 index.html 文件中,更新 Markdown.HTML 版本号从 1.14.2 到 1.14.3
1 parent c3488e6 commit e8638bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
```yaml
2727
- name: Deploy markdown.html
28-
uses: PJ-568/MARKDOWN.HTML@v1
28+
uses: PJ-568/MARKDOWN.HTML@v<version>
2929
with:
3030
target-dir: '.'
3131
file-name: 'index.html'

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This project aims to provide a low-dependency, simple deployment solution for re
2525

2626
```yaml
2727
- name: Deploy markdown.html
28-
uses: PJ-568/MARKDOWN.HTML@v1
28+
uses: PJ-568/MARKDOWN.HTML@v<version>
2929
with:
3030
target-dir: '.'
3131
file-name: 'index.html'

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22

33
<html>
4-
<markdown-html version="1.14.2" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
4+
<markdown-html version="1.14.3" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
55
license="CC BY-SA 4.0 International"></markdown-html>
66

77
<head>

0 commit comments

Comments
 (0)