Skip to content

Commit 2f166f0

Browse files
committed
feat: VuePress infra config update
1 parent 66fb1fd commit 2f166f0

File tree

6 files changed

+286
-52
lines changed

6 files changed

+286
-52
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: pnpm/action-setup@v3
2626
with:
2727
# choose pnpm version to use
28-
version: 8
28+
version: 9
2929
# install deps with pnpm
3030
run_install: true
3131

.github/workflows/build-only.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22

33
🦆 Blog of [@mrdrivingduck](https://github.com/mrdrivingduck).
44

5-
Created by : Mr Dk.
5+
Created by: Mr Dk.
66

77
2019 / 07 / 01 15:44
88

9-
@Nanjing, Jiangsu, China
9+
Nanjing, Jiangsu, China
1010

1111
---
1212

1313
## Build Status
1414

15-
| Branch | Status |
16-
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
17-
| Dev (Build) | [![github-actions-build](https://img.shields.io/github/actions/workflow/status/mrdrivingduck/blog/build-only.yml?label=Build&logo=githubactions&logoColor=yellow&style=for-the-badge)](https://github.com/mrdrivingduck/blog/actions/workflows/build-only.yml) |
18-
| Main (Deployment) | [![github-actions-depoly](https://img.shields.io/github/actions/workflow/status/mrdrivingduck/blog/build-and-deploy.yml?label=Deploy&logo=githubactions&logoColor=yellow&style=for-the-badge)](https://github.com/mrdrivingduck/blog/actions/workflows/build-and-deploy.yml) |
15+
| Branch | Status |
16+
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
17+
| Main (Deployment) | [![GitHub branch check runs](<https://img.shields.io/github/check-runs/mrdrivingduck/blog/main?logo=github&label=checks%20(main)>)](https://github.com/mrdrivingduck/blog/tree/main) |
1918

2019
## Supported by
2120

docs/about/blog.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66

77
## Version
88

9-
🛠️ Build version: 1.2024.06
9+
🛠️ Build version: 1.2024.10
1010

1111
## Branch Status
1212

13-
| Branch | Status |
14-
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
15-
| Dev (Build) | [![github-actions-build](https://img.shields.io/github/actions/workflow/status/mrdrivingduck/blog/build-only.yml?label=Build&logo=githubactions&logoColor=yellow&style=for-the-badge)](https://github.com/mrdrivingduck/blog/actions/workflows/build-only.yml) |
16-
| Main (Deployment) | [![github-actions-depoly](https://img.shields.io/github/actions/workflow/status/mrdrivingduck/blog/build-and-deploy.yml?label=Deploy&logo=githubactions&logoColor=yellow&style=for-the-badge)](https://github.com/mrdrivingduck/blog/actions/workflows/build-and-deploy.yml) |
13+
| Branch | Status |
14+
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
15+
| Main (Deployment) | [![GitHub branch check runs](<https://img.shields.io/github/check-runs/mrdrivingduck/blog/main?logo=github&label=checks%20(main)>)](https://github.com/mrdrivingduck/blog/tree/main) |
1716

1817
## Supported By
1918

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "duckling-blog",
3-
"version": "1.2024.06",
3+
"version": "1.2024.10",
44
"description": "Blog of Mr Dk.",
55
"scripts": {
66
"docs:dev": "vuepress dev docs",
@@ -23,6 +23,7 @@
2323
"@vuepress/theme-default": "^2.0.0-rc.9",
2424
"katex": "^0.16.10",
2525
"prettier": "3.2.5",
26+
"sass-embedded": "^1.80.5",
2627
"vue": "^3.4.0",
2728
"vuepress": "^2.0.0-rc.9",
2829
"vuepress-plugin-md-enhance": "^2.0.0-rc.33"

0 commit comments

Comments
 (0)