You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by ti...@apache.org on 2022/01/31 19:10:10 UTC

[db-jdo-site] branch main updated: Minor change to trigger rebuild/deploy

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

tilmannz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8bbc1cb  Minor change to trigger rebuild/deploy
8bbc1cb is described below

commit 8bbc1cb985c66a582eb9f9f8e8e3656e640baa9e
Author: Tilmann <ti...@apache.org>
AuthorDate: Mon Jan 31 20:10:04 2022 +0100

    Minor change to trigger rebuild/deploy
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 5d781a5..9a56d53 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,6 @@ To contribute changes, you can follow these steps:
 If you find any issues please provide a PR or [create a JIRA ticket](https://issues.apache.org/jira/projects/JDO/issues/?filter=allopenissues).
  
 ### Publishing the Site
-
 After changes have been made to the sources in the `src/main/asciidoc` or `src/main/template` directory, changes will be published automatically to the live web site by simply pushing changes to the main branch of the repository. The process is as follows:
 
 1. Pushing changes to the main branch invokes the post-push script in [`db-jdo-site/.github/workflows/deploy-site.yml`](./.github/workflows/deploy-site.yml) which builds the site in `target/site` via `mvn clean package`.