This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e58d682  Now use GHA to build the site
e58d682 is described below

commit e58d6821f964f39f84f870e420cacbcf4deb80ef
Author: Sebb <s...@apache.org>
AuthorDate: Fri May 10 23:01:59 2024 +0100

    Now use GHA to build the site
---
 source/BUILDING.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/source/BUILDING.txt b/source/BUILDING.txt
index df7b82f..8d8feb3 100644
--- a/source/BUILDING.txt
+++ b/source/BUILDING.txt
@@ -1,12 +1,10 @@
-NOTE: This is now handled by the buildbot, you only need to change the markdown
-      files and the buildbot will regenerate the site and publish it.
+NOTE: This is now handled by GitHub, you only need to change the markdown
+      files and the GitHub Action will regenerate the site and publish it.
       
-# Building the web site
+# Building the web site locally
 
 * Install the markdown module for Python 3: sudo pip3 install markdown
 * Edit or create the appropriate markdown file in source/ (you can have 
sub-dirs there)
 * open a shell, go to the source/ dir
 * Run: python3 generate.py
 * Commit the changes to git :)
-
-

Reply via email to