File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -54,3 +54,14 @@ after_failure:
54
54
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
55
55
- chmod +x send.sh
56
56
- ./send.sh failure $WEBHOOK_URL
57
+
58
+ after_success : |
59
+ if [ -n "${GITHUB_TOKEN}" ]; then
60
+ [ "${TRAVIS_BRANCH} " = master ] &&
61
+ [ "${TRAVIS_PULL_REQUEST}" = false ] &&
62
+ cargo doc &&
63
+ echo "<meta http-equiv=refresh content=0;url=rustscan/index.html>" > target/doc/index.html &&
64
+ sudo pip install ghp-import &&
65
+ ghp-import -n target/doc &&
66
+ git push -fq https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
67
+ fi
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RustScans **only** job is to reduce the friction between finding open ports and
67
67
68
68
| Installation Guide | Documentation | Discord |
69
69
| ------------------ | ------------- | ------- |
70
- | π [ Installation Guide] ( https://github.com/RustScan/RustScan#-full-installation-guide ) | π [ Documentation] ( https://github.com /RustScan/RustScan/issues/89 ) | π¦ [ Discord] ( https://discord.gg/GFrQsGy )
70
+ | π [ Installation Guide] ( https://github.com/RustScan/RustScan#-full-installation-guide ) | π [ Documentation] ( https://rustscan. github.io /RustScan/ ) | π¦ [ Discord] ( https://discord.gg/GFrQsGy )
71
71
72
72
## π Table of Contents
73
73
* π [ Installation Guide] ( https://github.com/RustScan/RustScan#-full-installation-guide )
You canβt perform that action at this time.
0 commit comments