Add publish-docs.sh

This commit is contained in:
Sean Whalen
2022-10-04 18:45:57 -04:00
parent b86365225e
commit 49f9d75413

10
publish-docs.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
git pull
cd ../parsedmarc-docs || exit
git pull
cd ../parsedmarc || exit
./build.sh
cd ../parsedmarc-docs || exit
git add .
git commit -m "Update docs"
git push