Skip to content

Commit f007210

Browse files
authored
chore: fix markdown errors (#2027)[deploy site]
1 parent 3653dcb commit f007210

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Contributing to the Selenium site and docs
22

3-
Please follow this [link](https://selenium.dev/documentation/about/contributing/)
4-
for all the contribution details.
3+
Please follow this [link](https://selenium.dev/documentation/about/contributing/) for all the contribution details.

GOVERNANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Governance
22

3-
Content moved to https://www.selenium.dev/governance/
3+
Content moved to <https://www.selenium.dev/governance/>

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,26 @@ A full contribution guideline can be seen at [contributing](https://selenium.dev
2525

2626
## How to get involved?
2727

28-
Please check all the information available at https://selenium.dev/getinvolved/
28+
Please check all the information available at <https://selenium.dev/getinvolved/>
2929

30-
### Do not want to clone the repository to contribute? Use GitPod.
30+
### Do not want to clone the repository to contribute? Use GitPod
3131

3232
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/SeleniumHQ/seleniumhq.github.io)
3333

34-
3534
## For Selenium Site and Documentation maintainers
3635

3736
### How does the site and docs get build?
3837

3938
GitHub actions runs for every commit on each PR and protected branch. The regular CI execution will
4039
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)
4341

4442
### How are the site and docs deployed?
4543

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.
4845

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/).
5348

5449
*What is important to take into account is that the source files for the site are in the `trunk`
5550
branch, and the files that get deployed are pushed to the `publish` branch.*
@@ -59,11 +54,9 @@ repo [settings](https://github.com/SeleniumHQ/seleniumhq.github.io/settings) (if
5954
you should be able to access the link).
6055

6156
The selenium.
62-
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)
6458
members, who can help you with that.
6559

6660
If for any reason, you need to setup the domain redirection again,
6761
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

Comments
 (0)