Skip to content

Commit

Permalink
Update preview-docs.yml to enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
imartinez authored Nov 24, 2023
1 parent 510caa5 commit c6d6e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: |
output=$(fern generate --docs --preview)
output=$(fern generate --docs --preview --log-level debug)
echo "$output"
# Extract the URL
preview_url=$(echo "$output" | grep -oP '(?<=Published docs to )https://[^\s]*')
Expand Down

0 comments on commit c6d6e0e

Please sign in to comment.