You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Link your GitHub repository to your Fern project for automated deployments.
4
+
---
5
+
6
+
Connect the Fern Dashboard to the GitHub repository containing your Fern documentation. Once connected, your docs automatically deploy when you push changes.
7
+
8
+
To complete the repo connection, you need:
9
+
10
+
-**Admin access** to the GitHub organization where the repository exists
11
+
- The [Fern GitHub app](https://github.com/apps/fern-api) installed on the repository
12
+
13
+
## Setup
14
+
15
+
<Steps>
16
+
<Steptitle="Open the Dashboard">
17
+
18
+
Navigate to the [Fern Dashboard](https://dashboard.buildwithfern.com/) and select your documentation site.
19
+
</Step>
20
+
21
+
<Steptitle="Connect your repository">
22
+
23
+
In the **Source** section of the **Overview** tab, select **Connect repo** and follow the prompts to authorize the Fern API GitHub app.
24
+
25
+
</Step>
26
+
27
+
<Steptitle="Install the GitHub app">
28
+
29
+
If you haven't already installed the [Fern GitHub app](https://github.com/apps/fern-api), you'll be prompted to install it on your repository. You must be an admin on the GitHub organization to complete this step.
30
+
31
+
</Step>
32
+
33
+
<Steptitle="Select your repository">
34
+
35
+
Choose the repository containing your Fern documentation. Once connected, Fern automatically deploys your documentation when you push changes to the configured branch.
0 commit comments