Skip to content

Commit 29f0456

Browse files
committed
fixup!
1 parent 0ec26cd commit 29f0456

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/generate.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,37 +78,37 @@ jobs:
7878
matrix:
7979
include:
8080
- target: man-page
81-
input: 'doc/api/cli.md'
81+
input: './node/doc/api/cli.md'
8282

8383
- target: addon-verify
84-
input: 'doc/api/addons.md'
84+
input: './node/doc/api/addons.md'
8585

8686
- target: api-links
87-
input: 'lib/*.js'
87+
input: './node/lib/*.js'
8888
compare: object-assertion
8989

9090
- target: orama-db
91-
input: 'doc/api/*.md'
91+
input: './node/doc/api/*.md'
9292
compare: file-size
9393

9494
- target: json-simple
95-
input: 'doc/api/*.md'
95+
input: './node/doc/api/*.md'
9696
compare: object-assertion
9797

9898
- target: legacy-json
99-
input: 'doc/api/*.md'
99+
input: './node/doc/api/*.md'
100100
compare: object-assertion
101101

102102
- target: legacy-html
103-
input: 'doc/api/*.md'
103+
input: './node/doc/api/*.md'
104104
compare: file-size
105105

106106
- target: web
107-
input: 'doc/api/*.md'
107+
input: './node/doc/api/*.md'
108108
compare: file-size
109109

110110
- target: llms-txt
111-
input: 'doc/api/*.md'
111+
input: './node/doc/api/*.md'
112112
compare: file-size
113113
steps:
114114
- name: Harden Runner

0 commit comments

Comments
 (0)