We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42e1e8 commit 5c6e193Copy full SHA for 5c6e193
.github/workflows/publish.yaml
@@ -25,7 +25,7 @@ jobs:
25
bun-version: latest
26
# 安装依赖
27
- name: Install dependencies
28
- run: bun install
+ run: bun install --frozen-lockfile
29
30
- name: Create Release Pull Request or Publish to npm
31
id: changesets
.github/workflows/website.yaml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
43
44
45
- name: Setup Pages
46
uses: actions/configure-pages@v4
47
- name: Build with VitePress
0 commit comments