We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d5900 commit 8605bdbCopy full SHA for 8605bdb
2 files changed
.github/workflows/publish-docs.yml
@@ -3,12 +3,11 @@ name: Publish Docs
3
on:
4
push:
5
branches:
6
- - main
+ - fern/vapi-ai
7
8
jobs:
9
run:
10
runs-on: ubuntu-latest
11
- if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/heads/main') && github.run_number > 1 }}
12
steps:
13
- name: Checkout repository
14
uses: actions/checkout@v4
fern/docs.yml
@@ -1,13 +1,12 @@
1
# yaml-language-server: $schema=https://schema.buildwithfern.dev/docs-yml.json
2
instances:
- - url: https://vapi.docs.buildwithfern.com
- custom-domain: docs.vapi.ai
+ - url: https://vapi-ai.docs.buildwithfern.com
edit-this-page:
github:
owner: VapiAI
repo: docs
- branch: main
+ branch: fern/vapi-ai
announcement:
0 commit comments