We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661060f commit aeacac0Copy full SHA for aeacac0
.github/workflows/preview-docs.yml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
32
run: |
33
- OUTPUT=$(fern generate --docs --preview --instance fern-api.docs.buildwithfern.com/learn 2>&1) || true
+ OUTPUT=$(fern generate --docs --preview --log-level debug --instance fern-api.docs.buildwithfern.com/learn 2>&1) || true
34
echo "$OUTPUT"
35
URL=$(echo "$OUTPUT" | grep -oP 'Published docs to \K.*(?= \()')
36
echo "Preview URL: $URL"
0 commit comments