Skip to content

Commit c62ca74

Browse files
committed
chore: 触发更新
1 parent 3dadd70 commit c62ca74

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
@@ -35,6 +35,7 @@ jobs:
3535
set -euo pipefail
3636
echo "Node: $(node --version)"
3737
echo "NPM: $(npm --version)"
38+
echo "PWD: $(pwd && ls -la)"
3839
npm ci --no-audit --no-fund || true
3940
echo "Listing npm log directory..."
4041
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 更新 16
21+
// 触发 main 分支 docs 更新 17
2222
createApp({})
2323

2424
if (isIframe) {

0 commit comments

Comments
 (0)