Deploying Updates¶
When you approve updates to existing content, you need to deploy these changes to update the live docs.
Instructions¶
Here's how to deploy updates to a doc site.
- Open a web browser and access the doc repo in GitHub.
- Open the Pull requests tab.
- Open the pull request with the changes you want to deploy.
- Merge all approved changes into the
masterbranch. - Open the Actions tab.
- Under Workflows, select Azure Static Web Apps CI/CD.
-
Monitor the "Merge pull request..." job.
Success
When this job finishes, the changes are live.
Last update: June 26, 2020