We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03734a commit 4f6d17cCopy full SHA for 4f6d17c
.travis.yml
@@ -18,6 +18,7 @@ after_success: |
18
set -e
19
[ $TRAVIS_BRANCH = master ]
20
[ $TRAVIS_PULL_REQUEST = false ]
21
+ [ $TRAVIS_RUST_VERSION = stable ]
22
23
cargo doc --features iron-handlers
24
@@ -33,6 +34,9 @@ after_success: |
33
34
35
rm -rf *
36
mv ../target/doc/* .
37
+
38
+ echo '<meta http-equiv="refresh" content="0; url=graphql/index.html">' > index.html
39
40
git add -A *
41
git commit -qm 'Update documentation for Juniper'
42
git push -q origin gh-pages
0 commit comments