Skip to content

Commit 5774d90

Browse files
committed
test docs workflow triggers and blockers
1 parent ddd7a50 commit 5774d90

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fi
2929
3030
- name: Exit early if lib/package.json was modified
31-
if: steps.pub.outputs.diff != ''
31+
if: steps.pub.outputs.file_changed == 'true'
3232
run: exit 1
3333

3434
- uses: actions/setup-node@v4

lib/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
"React 18",
7676
"React 19",
7777
"Next.js",
78-
"Next.js 13",
7978
"Next.js 14",
8079
"Next.js 15",
8180
"React server components",

0 commit comments

Comments
 (0)