website-build: README: Add information on how to test modifications.

The build.sh script currently hardcodes the repository URL and
revisions or branches name it uses.

If contributors aren't aware of that they could end up testing a
revision that is different from the one that they are working on.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-10-27 02:12:23 +02:00 committed by Adrien 'neox' Bourmault
parent be72474aa0
commit 4af4722580
No known key found for this signature in database
GPG key ID: 2974E1D5F25DFCC8

View file

@ -1,5 +1,11 @@
== Introduction ==
This project enables to easily build and deploy the GNU Boot website.
This project enables to easily build and deploy the GNU Boot website
with very few commands.
If you want to test your own modifications, you either need to use the
configure options to use external repositories that have your
modifications, or you could also modify the build.sh script to use
different git repositories and/or revisions.
== Local deployments ==
Here's how to deploy the website in a local webserver: