Skip to content

Commit a2dd16f

Browse files
committed
test docs workflow triggers and blockers
Github env vs output
1 parent 1254d76 commit a2dd16f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: env.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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"React 18",
7676
"React 19",
7777
"Next.js",
78+
"Next.js 13",
7879
"Next.js 14",
7980
"Next.js 15",
8081
"React server components",

0 commit comments

Comments
 (0)