Fix reference to sitemap_generator.sh

This commit is contained in:
Juan Martín Sotuyo Dodero
2018-05-29 14:56:54 -03:00
parent 7aea5b126f
commit 31667cdb89

View File

@ -85,7 +85,7 @@ mkdir pmd.github.io
git add latest
git commit -q -m "Copying pmd-${RELEASE_VERSION} to latest"
./sitemap_generator.sh > sitemap.xml
../.travis/sitemap_generator.sh > sitemap.xml
git add sitemap.xml
git commit -q -m "Generated sitemap.xml"
git push origin master