rebuild index.html
parent
1c5528e5af
commit
deb8f19ad2
|
@ -91,7 +91,8 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
POST_CREATE => [
|
POST_CREATE => [
|
||||||
'build-pystagit-repo'
|
'build-pystagit-repo',
|
||||||
|
'build-pystagit-index'
|
||||||
],
|
],
|
||||||
|
|
||||||
# List of commands and features to enable
|
# List of commands and features to enable
|
||||||
|
|
|
@ -3,4 +3,5 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
[ -n "${GL_REPO}" ] && \
|
[ -n "${GL_REPO}" ] && \
|
||||||
/usr/local/bin/build-pystagit-repo "${GL_REPO}"
|
/usr/local/bin/build-pystagit-repo "${GL_REPO}" &&
|
||||||
|
/usr/local/bin/build-pystagit-index
|
||||||
|
|
Loading…
Reference in New Issue