mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
Add publish-docs.sh
This commit is contained in:
10
publish-docs.sh
Executable file
10
publish-docs.sh
Executable 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
|
||||||
Reference in New Issue
Block a user