You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2021/02/05 14:44:39 UTC

[unomi-site] branch master updated: Add instructions to serve with filtering to validate site before publishing.

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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6217bf2  Add instructions to serve with filtering to validate site before publishing.
6217bf2 is described below

commit 6217bf29b7a1af1b4b4f14f0150c7955eb5c3635
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Fri Feb 5 15:44:31 2021 +0100

    Add instructions to serve with filtering to validate site before publishing.
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index b3d30cc..1774387 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,12 @@ mvn install scm-publish:publish-scm -Dusername=YOUR_APACHE_USERNAME -Dpassword=Y
 mvn install
 `
 
+## Jekyll serve (with filtering)
+
+`
+mvn gem:exec@jekyll-serve-filtered
+`
+
 ## Jekyll serve (from source)
 
 `