When you edit files in Doccupine, your changes are staged as pending. Nothing goes live until you explicitly publish.
Doccupine then:
The deployment status badge in the project header updates as your site builds. It cycles through queued, building, and ready (or error if something went wrong).
If you want to undo your pending edits, click Discard All Changes in the publish modal. This removes all staged changes without committing anything.
In the publish modal, each file shows a badge indicating what changed:
If you're using a user-connected GitHub repository and push changes directly (outside of Doccupine), the webhook triggers an automatic redeploy. This means you can use Doccupine's editor and Git-based workflows interchangeably.