7a6dc608c05d74ab9c3cad75810efc60e5f27049
[rust-101.git] / push-docs
1 #!/bin/bash
2 set -e
3
4 cd "$(dirname "$0"))"
5 ./pycco-rs src/*.rs
6 cd docs
7 git add .
8 git commit -m "semi-auto-update of the documentation"
9 git push