Skip to content

Commit 9a95f5e

Browse files
committed
【维护】修改发布工作流名称
将发布工作流中的"Export"步骤名称改为"Release"
1 parent 729399c commit 9a95f5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release:
1111
runs-on: ubuntu-latest
1212
permissions: write-all
13-
name: Export
13+
name: Release
1414
steps:
1515

1616
- name: Checkout

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