File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ name: Publish Docs
33on :
44 push :
55 branches :
6- - main
6+ - fern/vapi-ai
77
88jobs :
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
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://schema.buildwithfern.dev/docs-yml.json
22
33instances :
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
1211announcement :
1312
You can’t perform that action at this time.
0 commit comments