Skip to content

Commit 0ff4cc4

Browse files
authored
Update publish-docs.yml
1 parent 9a91ee4 commit 0ff4cc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
- name: Publish Docs
1919
env:
2020
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
21-
run: fern generate --docs
21+
run: |
22+
fern generate --docs --instance fern-api.docs.buildwithfern.com/learn
23+
fern generate --docs --instance fern-v2.docs.buildwithfern.com/learn/v2

0 commit comments

Comments
 (0)