Skip to content

Commit 37cff6b

Browse files
committed
chore: 触发更新
1 parent c62ca74 commit 37cff6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
echo "Node: $(node --version)"
3737
echo "NPM: $(npm --version)"
3838
echo "PWD: $(pwd && ls -la)"
39+
cd example
3940
npm ci --no-audit --no-fund || true
4041
echo "Listing npm log directory..."
4142
ls -la /home/runner/.npm/_logs || true

example/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ configProvider({
1818
})
1919

2020
// app.js
21-
// 触发 main 分支 docs 更新 17
21+
// 触发 main 分支 docs 更新 18
2222
createApp({})
2323

2424
if (isIframe) {

0 commit comments

Comments
 (0)