Skip to content

Commit acd73f8

Browse files
committed
remove instance
1 parent cdf2283 commit acd73f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
2929
run: |
30-
OUTPUT=$(fern generate --docs --preview --instance plantstore.docs.buildwithfern.com 2>&1) || true
30+
OUTPUT=$(fern generate --docs --preview 2>&1) || true
3131
echo "$OUTPUT"
3232
URL=$(echo "$OUTPUT" | grep -oP 'Published docs to \K.*(?= \()')
3333
echo "preview_url=$URL" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)