mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-19 17:59:03 +00:00
Update preview-docs.yml to enable debug
This commit is contained in:
parent
510caa576b
commit
c6d6e0e71b
2
.github/workflows/preview-docs.yml
vendored
2
.github/workflows/preview-docs.yml
vendored
@ -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]*')
|
||||
|
Loading…
Reference in New Issue
Block a user