# Build & Deploy

> Monitor your documentation site's build status and deployment history.

Source: https://docs.doccupine.com/platform/build-and-deploy

> For the complete documentation index, see [llms.txt](https://docs.doccupine.com/llms.txt).

# Build & Deploy

The Build & Deploy page shows your documentation site's build and deployment history. Every time you publish changes or push to GitHub, a new deployment is created.

## Deployment status

The project header always shows your current deployment status:

- **Ready** - your site is live and up to date
- **Building** - a new deployment is in progress
- **Queued** - a deployment is waiting to start
- **Error** - the build failed

<Callout type="warning">
  If a deployment fails, check the build logs for error details. Broken MDX does not fail the build - the affected page renders an inline error panel describing the syntax error while the rest of the site deploys - and invalid frontmatter is ignored with a warning in the build logs.
</Callout>

## Build logs

Click on any deployment to view its build logs. These show the full output of the build process, making it easy to diagnose issues.

## Deployment triggers

Deployments are triggered in three ways:

1. **Publishing from Doccupine** - clicking Publish in the project header
2. **Pushing to GitHub** - pushing to the `main` branch of your repository triggers an automatic deploy via webhook
3. **Configuration changes** - saving AI assistant settings triggers a redeploy since those are stored as environment variables

## Visiting your site

Click the **Visit** button in the project header to open your live documentation site in a new tab.
