diff --git a/doxy/build.sh b/doxy/build.sh index 3ac02c4..9f0dec1 100755 --- a/doxy/build.sh +++ b/doxy/build.sh @@ -36,5 +36,9 @@ echo 'core.sasjs.io' > CNAME git add * git commit -m "build.sh build on $(date +%F:%H:%M:%S)" git push +npx sitemap-generator-cli https://core.sasjs.io +git add * +git commit -m "adding sitemap" +git push echo "check it out: https://sasjs.github.io/core.github.io/files.html"