Skip to content

Commit 4c8a1fa

Browse files
committed
【维护】移除冗余的 cargo install 命令
- 删除了 action.yml 文件中不必要的 cargo install 命令 - 优化了项目构建过程,减少冗余操作
1 parent 9a95f5e commit 4c8a1fa

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
@@ -25,7 +25,7 @@ runs:
2525

2626
- name: Build project
2727
if: ${{ inputs.use-minified == 'true' || inputs.use-all-in-one == 'true' }}
28-
run: cargo install && cargo build --release
28+
run: cargo build --release
2929
shell: bash
3030
working-directory: ${{ github.action_path }}
3131

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