Skip to content

Commit 8605bdb

Browse files
committed
chore: publish to vapi-ai
1 parent 42d5900 commit 8605bdb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ name: Publish Docs
33
on:
44
push:
55
branches:
6-
- main
6+
- fern/vapi-ai
77

88
jobs:
99
run:
1010
runs-on: ubuntu-latest
11-
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/heads/main') && github.run_number > 1 }}
1211
steps:
1312
- name: Checkout repository
1413
uses: actions/checkout@v4

fern/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# yaml-language-server: $schema=https://schema.buildwithfern.dev/docs-yml.json
22

33
instances:
4-
- url: https://vapi.docs.buildwithfern.com
5-
custom-domain: docs.vapi.ai
4+
- url: https://vapi-ai.docs.buildwithfern.com
65
edit-this-page:
76
github:
87
owner: VapiAI
98
repo: docs
10-
branch: main
9+
branch: fern/vapi-ai
1110

1211
announcement:
1312

0 commit comments

Comments
 (0)