You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/04/17 23:26:59 UTC

[incubator-nlpcraft] branch web-staging updated: WIP.

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

aradzinski pushed a commit to branch web-staging
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/web-staging by this push:
     new add2d39  WIP.
add2d39 is described below

commit add2d397b35ca08a85b83eb455750f38aa3f406c
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Fri Apr 17 16:26:37 2020 -0700

    WIP.
---
 .asf.yaml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 893f599..d77320b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,6 +15,7 @@
 # limitations under the License.
 #
 
+# Metadata.
 github:
   description: "Apache NLPCraft - API to convert natural language into actions."
   homepage: https://nlpcraft.apache.org/
@@ -32,7 +33,20 @@ github:
     - "nlp"
     - "apache"
 
+# PR whitelist.
+jenkins:
+  github_whitelist:
+    - aradzinski
+
 # Website staging and publishing.
 staging:
   profile: ~
-  whoami:  web-staging
\ No newline at end of file
+  whoami: web-staging
+
+publish:
+  whoami: web-site
+  
+jekyll:
+  whoami: web-staging
+  target: web-site
+  outputdir: content
\ No newline at end of file