Skip to content

Commit ac07885

Browse files
committed
chore: format
1 parent c95caab commit ac07885

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cd ./reference-code
3535
mvn verify
3636
37-
- name: Cache local Maven repository
37+
- name: Cache Maven Dependencies
3838
uses: actions/cache@v3
3939
with:
4040
path: ~/.m2/repository

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy
22

33
on:
44
workflow_run:
5-
workflows: [Build]
6-
types: [completed]
5+
workflows: [ Build ]
6+
types: [ completed ]
77

88
jobs:
99
Deploy:

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "commandapi-docs",
3-
"license": "MIT",
4-
"homepage": "https://github.com/MC-XiaoHei/CommandAPI-Docs",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/MC-XiaoHei/CommandAPI-Docs"
8-
},
9-
"bugs": {
10-
"url": "https://github.com/MC-XiaoHei/CommandAPI-Docs/issues"
11-
},
12-
"devDependencies": {
13-
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.10.0",
14-
"@sindresorhus/slugify": "^2.2.1",
15-
"@types/markdown-it": "^14.1.2",
16-
"@types/markdown-it-container": "^2.0.10",
17-
"fs": "^0.0.1-security",
18-
"markdown-it": "^14.1.0",
19-
"markdown-it-container": "^4.0.0",
20-
"markdown-it-mathjax3": "^4.3.2",
21-
"medium-zoom": "^1.1.0",
22-
"mermaid": "^11.4.1",
23-
"vitepress": "^1.5.0",
24-
"vitepress-plugin-mermaid": "^2.0.17",
25-
"vitepress-sidebar": "1.29.0"
26-
},
27-
"scripts": {
28-
"docs:dev": "vitepress dev docs",
29-
"docs:build": "vitepress build docs",
30-
"docs:preview": "vitepress preview docs"
31-
},
32-
"dependencies": {
33-
"@vue/theme": "^2.3.0",
34-
"jszip": "^3.10.1",
35-
"vitepress-i18n": "^1.3.0",
36-
"vue": "^3.5.13",
37-
"yaml": "^2.6.1"
38-
}
2+
"name": "commandapi-docs",
3+
"license": "MIT",
4+
"homepage": "https://github.com/MC-XiaoHei/CommandAPI-Docs",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/MC-XiaoHei/CommandAPI-Docs"
8+
},
9+
"bugs": {
10+
"url": "https://github.com/MC-XiaoHei/CommandAPI-Docs/issues"
11+
},
12+
"devDependencies": {
13+
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.10.0",
14+
"@sindresorhus/slugify": "^2.2.1",
15+
"@types/markdown-it": "^14.1.2",
16+
"@types/markdown-it-container": "^2.0.10",
17+
"fs": "^0.0.1-security",
18+
"markdown-it": "^14.1.0",
19+
"markdown-it-container": "^4.0.0",
20+
"markdown-it-mathjax3": "^4.3.2",
21+
"medium-zoom": "^1.1.0",
22+
"mermaid": "^11.4.1",
23+
"vitepress": "^1.5.0",
24+
"vitepress-plugin-mermaid": "^2.0.17",
25+
"vitepress-sidebar": "1.29.0"
26+
},
27+
"scripts": {
28+
"docs:dev": "vitepress dev docs",
29+
"docs:build": "vitepress build docs",
30+
"docs:preview": "vitepress preview docs"
31+
},
32+
"dependencies": {
33+
"@vue/theme": "^2.3.0",
34+
"jszip": "^3.10.1",
35+
"vitepress-i18n": "^1.3.0",
36+
"vue": "^3.5.13",
37+
"yaml": "^2.6.1"
38+
}
3939
}

0 commit comments

Comments
 (0)