summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-10-07 11:09:42 +0200
committerPavel Grunt <pgrunt@redhat.com>2016-10-07 11:09:42 +0200
commit382630bebecd47ad3e8fdc9e4978554f58d1864e (patch)
treeed4fc1ee2cd1fa9fc6b4887fc8daeede4bc6a814
parent7aa6a066b76f7e70c2ca297312074591bf092b6a (diff)
Fix publish workflow20161007
-rw-r--r--Makefile2
-rw-r--r--pelicanconf.py2
-rw-r--r--publishconf.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 05b2531..5b50a6f 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ github: publish
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) $(OUTPUTDIR)
git push origin $(GITHUB_PAGES_BRANCH)
-zip: html
+zip: publish
cd output && zip -r web.zip * && mv web.zip ../
rhc_upload: zip
diff --git a/pelicanconf.py b/pelicanconf.py
index 32bcbd6..fb50932 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -5,7 +5,7 @@ from __future__ import unicode_literals
#######################
AUTHOR = u'spice-team'
SITENAME = u'SPICE'
-SITEURL = 'https://www.spice-space.org'
+SITEURL = ''
THEME = 'spice-space'
TIMEZONE = 'Europe/Paris'
PATH = 'content'
diff --git a/publishconf.py b/publishconf.py
index 4eea760..32bcbd6 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -5,7 +5,7 @@ from __future__ import unicode_literals
#######################
AUTHOR = u'spice-team'
SITENAME = u'SPICE'
-SITEURL = '' # path from page root such as '/~victortoso/spice-space/'
+SITEURL = 'https://www.spice-space.org'
THEME = 'spice-space'
TIMEZONE = 'Europe/Paris'
PATH = 'content'