Files
parsedmarc/publish-docs.sh
2022-10-04 18:45:57 -04:00

11 lines
173 B
Bash
Executable File

#!/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