Skip to content

Commit 7870450

Browse files
author
James Hagborg
committed
Change deploy docs to generate index file
1 parent b6c91e0 commit 7870450

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/deploy_docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ echo "Copying docs over..."
2020
mkdir -p doc/${DEPLOY_DIR}
2121
cp -Rf ${TRAVIS_BUILD_DIR}/build/docs/javadoc/* doc/${DEPLOY_DIR}
2222

23+
echo "Generating new index..."
24+
m4 -P index.m4 > index.html
25+
2326
echo "Committing and pushing..."
2427
git add -f .
2528
git commit -m "Add latest javadoc from build $TRAVIS_BUILD_NUMBER to $DEPLOY_DIR"

0 commit comments

Comments
 (0)