Browse Source

use travis "minimal" vm in the documentation

If not specified, Travis use a system with ruby, which we don't need. We can use the "minimal" one instead.
index-subcmd
Pandark GitHub 5 years ago
parent
commit
34c18e4cbb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/content/documentation/deployment/github-pages.md

+ 2
- 0
docs/content/documentation/deployment/github-pages.md View File

@@ -46,6 +46,8 @@ Make sure "Display value in build log" is off, and then click add. Now Travis ha
We're almost done. We just need some scripts in a .travis.yml file to tell Travis what to do.

```yaml
language: minimal

before_script:
# Download and unzip the zola executable
# Replace the version numbers in the URL by the version you want to use


Loading…
Cancel
Save