Skip to content

Commit 9ca8402

Browse files
committed
chore: update gen-fern-preview workflow to change directory before generating docs
1 parent 787223e commit 9ca8402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gen-fern-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
env:
4444
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
4545
run: |
46+
cd docs-site && \
4647
OUTPUT=$(fern generate --docs --preview 2>&1) || true
4748
echo "$OUTPUT"
4849
URL=$(echo "$OUTPUT" | grep -oP 'Published docs to \K.*(?= \()')

0 commit comments

Comments
 (0)