You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2019/10/30 18:09:01 UTC

[GitHub] [lucene-site] janhoy commented on a change in pull request #1: LUCENE-9012 Setup minimal site with working Pelican build

janhoy commented on a change in pull request #1: LUCENE-9012 Setup minimal site with working Pelican build
URL: https://github.com/apache/lucene-site/pull/1#discussion_r340768317
 
 

 ##########
 File path: Makefile
 ##########
 @@ -0,0 +1,82 @@
+PY?=python3
+PELICAN?=pelican
+PELICANOPTS=
+
+BASEDIR=$(CURDIR)
+INPUTDIR=$(BASEDIR)/content
+OUTPUTDIR=$(BASEDIR)/output
+CONFFILE=$(BASEDIR)/pelicanconf.py
+PUBLISHCONF=$(BASEDIR)/publishconf.py
+
+GITHUB_PAGES_BRANCH=master
 
 Review comment:
   Remove GH-pages stuff?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org