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
+5-5
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,16 @@ Github Actions are configured to automatically test for changes.
30
30
For simple typo or wording fixes, you don't need a peer review - feel free to just go ahead and merge.
31
31
For actual new content, we encourage to get at least one peer review.
32
32
33
-
The released or production documentation is served from the `main` branch.
34
-
Changes or updates should first be checked into the `dev` branch and then merged to `main` when ready for public release.
33
+
The released or production documentation is served from the `gh-pages` branch.
34
+
Changes or updates should first be checked into the `gh-pages-dev` branch and then merged to `gh-pages` when ready for public release.
35
35
36
36
### Deployment
37
37
38
-
As soon as your pull request to https://github.com/tableau/test-extensions-api is merged to `main`, the new web page will be deployed automatically within a couple of minutes.
38
+
As soon as your pull request to https://github.com/tableau/test-extensions-api is merged to `gh-pages`, the new web page will be deployed automatically within a couple of minutes.
0 commit comments