Skip to content

Commit 9a91ee4

Browse files
authored
Update preview-docs.yml
1 parent 0c1eb5c commit 9a91ee4

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
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
2020
run: |
21-
OUTPUT=$(fern generate --docs --preview 2>&1) || true
21+
OUTPUT=$(fern generate --docs --preview --instance fern-api.docs.buildwithfern.com/learn 2>&1) || true
2222
echo "$OUTPUT"
2323
URL=$(echo "$OUTPUT" | grep -oP 'Published docs to \K.*(?= \()')
2424
echo "Preview URL: $URL"

0 commit comments

Comments
 (0)