Skip to content

Commit 7d3ab3f

Browse files
committed
Add --dsinghvi flag to fern generate command in preview workflow
Updated the preview-docs.yml workflow to include the --dsinghvi flag in the fern generate command for docs preview generation.
1 parent ce58414 commit 7d3ab3f

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 --dsinghvi generate --docs --preview --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)