From 6b782a4fa24a2da2124a1fd5cbc0e9ab9126c08d Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Sun, 18 Oct 2020 01:00:35 +0200 Subject: [PATCH] chore: adding sitemap --- doxy/build.sh | 4 ++++ 1 file changed, 4 insertions(+) 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"