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
+8-15Lines changed: 8 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -25,31 +25,26 @@ A full contribution guideline can be seen at [contributing](https://selenium.dev
25
25
26
26
## How to get involved?
27
27
28
-
Please check all the information available at https://selenium.dev/getinvolved/
28
+
Please check all the information available at <https://selenium.dev/getinvolved/>
29
29
30
-
### Do not want to clone the repository to contribute? Use GitPod.
30
+
### Do not want to clone the repository to contribute? Use GitPod
31
31
32
32
[](https://gitpod.io/#https://github.com/SeleniumHQ/seleniumhq.github.io)
33
33
34
-
35
34
## For Selenium Site and Documentation maintainers
36
35
37
36
### How does the site and docs get build?
38
37
39
38
GitHub actions runs for every commit on each PR and protected branch. The regular CI execution will
40
39
build the site with Hugo to verify that the commit works. The description of these steps can be seen
41
-
at the actions configuration file, [one for testing a PR](./.github/workflows/test.yml), and
42
-
[one for deploying the site](./.github/workflows/deploy.yml)
40
+
at the actions configuration file, [one for testing a PR](./.github/workflows/test.yml), and [one for deploying the site](./.github/workflows/deploy.yml)
43
41
44
42
### How are the site and docs deployed?
45
43
46
-
After each CI execution that happens in the `trunk` branch, the script [build-site.sh](./build-site.sh)
47
-
is executed for deployment. This script checks for the string `[deploy site]` in the commit message.
44
+
After each CI execution that happens in the `trunk` branch, the script [build-site.sh](./build-site.sh) is executed for deployment. This script checks for the string `[deploy site]` in the commit message.
48
45
49
-
If the commit message contains that string, and the commit is in `trunk`, a
50
-
[GitHub action](./.github/workflows/deploy.yml) is triggered to build and deploy the site.
51
-
The site and docs will be built, and the changes will be committed to the branch `publish`
52
-
by the user [Selenium-CI](https://github.com/selenium-ci/).
46
+
If the commit message contains that string, and the commit is in `trunk`, a [GitHub action](./.github/workflows/deploy.yml) is triggered to build and deploy the site.
47
+
The site and docs will be built, and the changes will be committed to the branch `publish` by the user [Selenium-CI](https://github.com/selenium-ci/).
53
48
54
49
*What is important to take into account is that the source files for the site are in the `trunk`
55
50
branch, and the files that get deployed are pushed to the `publish` branch.*
domain is managed at https://www.gandi.net/en, if you need access to it, reach out to
63
-
any of the [PLC](https://www.selenium.dev/project/structure/#plc) or [TLC](https://www.selenium.dev/project/structure/#tlc)
57
+
domain is managed at <https://www.gandi.net/en>, if you need access to it, reach out to any of the [PLC](https://www.selenium.dev/project/structure/#plc) or [TLC](https://www.selenium.dev/project/structure/#tlc)
64
58
members, who can help you with that.
65
59
66
60
If for any reason, you need to setup the domain redirection again,
67
61
we followed this [guide](http://spector.io/how-to-set-up-github-pages-with-a-custom-domain-on-gandi/),
68
-
but any tutorial/guide showing how to redirect a domain to GitHub pages should do.
69
-
62
+
but any tutorial/guide showing how to redirect a domain to GitHub pages should do.
0 commit comments