Skip to content

Commit aeacac0

Browse files
authored
Change log level to debug in docs generation
Updated the log level for the documentation generation command to debug.
1 parent 661060f commit aeacac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
3232
run: |
33-
OUTPUT=$(fern generate --docs --preview --instance fern-api.docs.buildwithfern.com/learn 2>&1) || true
33+
OUTPUT=$(fern generate --docs --preview --log-level debug --instance fern-api.docs.buildwithfern.com/learn 2>&1) || true
3434
echo "$OUTPUT"
3535
URL=$(echo "$OUTPUT" | grep -oP 'Published docs to \K.*(?= \()')
3636
echo "Preview URL: $URL"

0 commit comments

Comments
 (0)