Skip to content

Commit a979dc2

Browse files
committed
Fix the llms.txt path: the job already runs inside the docs directory
1 parent 8e20db6 commit a979dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Check docs llms.txt
4444
run: |
45-
file=docs/build/llms.txt
45+
file=build/llms.txt
4646
if [ ! -s "$file" ]; then
4747
echo "::error::$file is missing or empty"
4848
exit 1

0 commit comments

Comments
 (0)