There was an error while loading. Please reload this page.
1 parent cdf2283 commit acd73f8Copy full SHA for acd73f8
1 file changed
.github/workflows/preview-docs.yml
@@ -27,7 +27,7 @@ jobs:
27
env:
28
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
29
run: |
30
- OUTPUT=$(fern generate --docs --preview --instance plantstore.docs.buildwithfern.com 2>&1) || true
+ OUTPUT=$(fern generate --docs --preview 2>&1) || true
31
echo "$OUTPUT"
32
URL=$(echo "$OUTPUT" | grep -oP 'Published docs to \K.*(?= \()')
33
echo "preview_url=$URL" >> $GITHUB_OUTPUT
0 commit comments