This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitmproxy
mirror of
https://github.com/mitmproxy/mitmproxy.git
Watch
1
Star
1
Fork
You've already forked mitmproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9748487939
mitmproxy
/
docs
/
build
5 lines
31 B
Plaintext
Raw
Normal View
History
Unescape
Escape
docs: add build and upload scripts The upload scripts might be unified down the track, or might not. CloudFront is not set up for the docs bucket yet, so CDN invalidation is commented out. This will be added later.
2018-03-04 21:51:46 +00:00
#!/bin/sh
abort doc scripts on error
2018-03-20 14:04:31 +00:00
set -e
docs: add build and upload scripts The upload scripts might be unified down the track, or might not. CloudFront is not set up for the docs bucket yet, so CDN invalidation is commented out. This will be added later.
2018-03-04 21:51:46 +00:00
abort doc scripts on error
2018-03-20 14:04:31 +00:00
cd src; hugo