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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This renders the site locally. You can browse it at `http://localhost:3000`. The
25
25
26
26
If you want to publish any changes, create a new branch and work on that. Push the branch to GitHub and create a Pull Request (PR).
27
27
28
-
The Netlify integration will run "checks" in the PR, which include creating a pre-release preview. You can view this at `https://deploy-preview-NNN--vigilant-edison-dfd992.netlify.app`, where NNN is the PR number. Unfortunately this only happens once; if you push additional commits to the PR, the preview is not updated.
28
+
The Netlify integration will run "checks" in the PR, which include creating a pre-release preview. You can view this at `https://deploy-preview-NNN--vigilant-edison-dfd992.netlify.app`, where NNN is the PR number. If you push additional commits to the PR before merging, the checks will re-run and the preview will get updated.
29
29
30
30
Merging the PR to master deploys the changes on the live website.
0 commit comments