rebuild index.html

main
Ricard Illa 2021-02-17 10:40:32 +01:00
parent 1c5528e5af
commit deb8f19ad2
2 changed files with 4 additions and 2 deletions

View File

@ -91,7 +91,8 @@
],
POST_CREATE => [
'build-pystagit-repo'
'build-pystagit-repo',
'build-pystagit-index'
],
# List of commands and features to enable

View File

@ -3,4 +3,5 @@
set -e
[ -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