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

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2106e12  [MINOR] set site outputdir to site
2106e12 is described below

commit 2106e1211a79b349e4f52f03945499bceef9c2b9
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Thu Apr 22 05:47:14 2021 +0530

    [MINOR] set site outputdir to site
    
    - Add jekyll build option, which is experimental for us.
---
 .asf.yaml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ef4df19..26f9738 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -56,6 +56,13 @@ github:
   staging:
     profile: ~
     whoami:  asf-staging
-    # top level directory for serving 
-    # index.html
-    # outputdir: site
+    # top level directory for serving index.html
+    # Refer: https://github.com/apache/struts-site
+    # Default directories are 
+    #   content/
+    # or output/
+    outputdir: site
+  
+  jekyll:
+    whoami: master
+    target: asf-staging-jekyll

Reply via email to