Skip to content

Commit 06ff455

Browse files
committed
test docs workflow triggers and blockers
Github env vs output
1 parent 5b3da84 commit 06ff455

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
@@ -29,7 +29,7 @@ jobs:
2929
fi
3030
3131
- name: Exit early if lib/package.json was modified
32-
if: steps.pub.outputs.file_changed == true
32+
if: env.file_changed == true
3333
run: exit 1
3434

3535
- 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)