mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +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
|