Skip to content

Commit

Permalink
feat: VuePress infra config update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Nov 1, 2024
1 parent 66fb1fd commit 2f166f0
Show file tree
Hide file tree
Showing 6 changed files with 286 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: pnpm/action-setup@v3
with:
# choose pnpm version to use
version: 8
version: 9
# install deps with pnpm
run_install: true

Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/build-only.yml

This file was deleted.

11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@

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

Created by : Mr Dk.
Created by: Mr Dk.

2019 / 07 / 01 15:44

@Nanjing, Jiangsu, China
Nanjing, Jiangsu, China

---

## Build Status

| Branch | Status |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 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) |
| 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) |
| Branch | Status |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 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) |

## Supported by

Expand Down
9 changes: 4 additions & 5 deletions docs/about/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@

## Version

🛠️ Build version: 1.2024.06
🛠️ Build version: 1.2024.10

## Branch Status

| Branch | Status |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 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) |
| 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) |
| Branch | Status |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 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) |

## Supported By

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duckling-blog",
"version": "1.2024.06",
"version": "1.2024.10",
"description": "Blog of Mr Dk.",
"scripts": {
"docs:dev": "vuepress dev docs",
Expand All @@ -23,6 +23,7 @@
"@vuepress/theme-default": "^2.0.0-rc.9",
"katex": "^0.16.10",
"prettier": "3.2.5",
"sass-embedded": "^1.80.5",
"vue": "^3.4.0",
"vuepress": "^2.0.0-rc.9",
"vuepress-plugin-md-enhance": "^2.0.0-rc.33"
Expand Down
Loading

0 comments on commit 2f166f0

Please sign in to comment.