Skip to content

Commit

Permalink
chore: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Oct 15, 2024
1 parent 660ac23 commit df064ed
Show file tree
Hide file tree
Showing 4 changed files with 1,433 additions and 1,244 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Docs

on:
push:
branches: [ main ]
branches: [main]
# docs内容变动才会触发action
paths:
- 'docs/**'
Expand All @@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
Expand All @@ -26,7 +26,7 @@ jobs:
node-version: 18

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Build docs
run: pnpm docs:build
Expand All @@ -35,4 +35,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_RELEASE_TOKEN }}
publish_dir: ./docs/.vitepress/dist
publish_dir: ./docs/.vitepress/dist
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
title: 'chore(deploy): Release'
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/jest": "^29.5.10",
"@types/node": "^20.8.9",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"diy-log": "^2.5.1",
"gulp": "^4.0.2",
"jest": "^29.7.0",
"minimist": "^1.2.8",
"rimraf": "5.0.1",
"simple-git": "^3.21.0",
"vinyl": "^3.0.0",
"vitepress": "1.0.0-rc.22"
"vitepress": "1.4.1"
}
}
Loading

0 comments on commit df064ed

Please sign in to comment.