Skip to content

Commit cc9c125

Browse files
committed
【修复】修正 Markdown 文件名大小写
- 将 'MAKRDOWN.HTML' 修改为 'MARKDOWN.HTML',纠正拼写错误 - 确保仓库名称大小写正确,以避免潜在的错误
1 parent f1d6f9c commit cc9c125

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
- name: Deploy pre-generated markdown.html file
3737
uses: robinraju/release-downloader@v1
3838
with:
39-
repository: 'PJ-568/MAKRDOWN.HTML'
39+
repository: 'PJ-568/MARKDOWN.HTML'
4040
latest: true
4141
fileName: ${{ steps.file-name.outputs.file_name }}
4242
tarBall: false

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.17.6" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
4+
<markdown-html version="1.17.7" 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)