You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/src/continuous-integration.md
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@ permissions (or "repo" for private repositories). Go to your repository's Travis
39
39
CI settings page and add an environment variable named `GITHUB_TOKEN` that is
40
40
marked secure and *not* shown in the logs.
41
41
42
+
Whilst still in your repository's settings page, navigate to Options and change the
43
+
Source on GitHub pages to `gh-pages`.
44
+
42
45
Then, append this snippet to your `.travis.yml` and update the path to the
43
46
`book` directory:
44
47
@@ -55,6 +58,40 @@ deploy:
55
58
56
59
That's it!
57
60
61
+
Note: Travis has a new [dplv2](https://blog.travis-ci.com/2019-08-27-deployment-tooling-dpl-v2-preview-release) configuration that is currently in beta. To use this new format, update your `.travis.yml` file to:
0 commit comments