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 20:34:08 UTC

[db-jdo-site] branch main updated: changed subdir to "content/jdo" (#43)

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 1a5e1e9  changed subdir to "content/jdo" (#43)
1a5e1e9 is described below

commit 1a5e1e962eaf766b206c2e0ee961d5dc3a9e0426
Author: Tilmann <ti...@apache.org>
AuthorDate: Mon Jan 31 21:34:03 2022 +0100

    changed subdir to "content/jdo" (#43)
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index d4db906..5d781a5 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,11 @@ To contribute changes, you can follow these steps:
  * Commit the source changes (not the build artifacts) in your branch and open a pull request.
 
 ### Reporting issues
+
 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`.