mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-01 11:22:48 +00:00
11 lines
173 B
Bash
Executable File
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
|