fix lua index regen
This commit is contained in:
parent
c61d7596dd
commit
e65a2d83d2
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ after_success:
|
|||
$TRAVIS_BRANCH == master -a \
|
||||
$TRAVIS_OS_NAME == linux -a \
|
||||
$TRAVIS_PULL_REQUEST == 'false' ]; then \
|
||||
cd $TRAVIS_BUILD_DIR;
|
||||
git clone https://${GH_TOKEN}@github.com/Wargus/wargus.github.io;
|
||||
python3 -m pip install --user Pygments;
|
||||
python3 doc/lua/generate_index.py;
|
||||
|
|
Loading…
Reference in a new issue