Skip to content

Commit 4908365

Browse files
authored
Updating branch name
[skip ci]
1 parent d18236d commit 4908365

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,23 @@ at the actions configuration file, [one for testing a PR](./.github/workflows/te
4343

4444
### How are the site and docs deployed?
4545

46-
After each CI execution that happens in the `dev` branch, the script [build-site.sh](./build-site.sh)
46+
After each CI execution that happens in the `trunk` branch, the script [build-site.sh](./build-site.sh)
4747
is executed for deployment. This script checks for the string `[deploy site]` in the commit message.
4848

49-
If the commit message contains that string, and the commit is in `dev`, a
49+
If the commit message contains that string, and the commit is in `trunk`, a
5050
[GitHub action](./.github/workflows/deploy.yml) is triggered to build and deploy the site.
5151
The site and docs will be built, and the changes will be committed to the branch `publish`
5252
by the user [Selenium-CI](https://github.com/selenium-ci/).
5353

54-
*What is important to take into account is that the source files for the site are in the `dev`
54+
*What is important to take into account is that the source files for the site are in the `trunk`
5555
branch, and the files that get deployed are pushed to the `publish` branch.*
5656

5757
The site is deployed using GitHub pages, and the configuration for this can be seen at the
5858
repo [settings](https://github.com/SeleniumHQ/seleniumhq.github.io/settings) (if you are a maintainer
5959
you should be able to access the link).
6060

61-
The selenium.dev domain is managed at https://www.gandi.net/en, if you need access to it, reach out to
61+
The selenium.
62+
domain is managed at https://www.gandi.net/en, if you need access to it, reach out to
6263
any of the [PLC](https://www.selenium.dev/project/structure/#plc) or [TLC](https://www.selenium.dev/project/structure/#tlc)
6364
members, who can help you with that.
6465

0 commit comments

Comments
 (0)