Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Trouble with hosting. What am I doing wrong?

$
0
0

@Tim_Kelley wrote:

Hello. I am an utter novice with Documenter and am completely stuck. Thanks in advance for any help.

I’m stuck on the hosting part of Documenter.jl. I got the ssh keys where they were supposed to be, which seemed to be easy.

I uploaded the /docs directory (except for docs/build) to my repo. That caused a travis build to fail and I can’t see why. I changed .travis.yml as per the directions in Documenter.jl and got another build failure.

Then I changed the ENV variables and did
% julia make.jl

and I got

┌ Info: Deployment criteria:
│ - :heavy_check_mark: ENV[“TRAVIS_REPO_SLUG”]="" occurs in repo=“github.com/ctkelley/ScalarEquations.jl.git
│ - ✘ ENV[“TRAVIS_PULL_REQUEST”]="" is “false”
│ - :heavy_check_mark: ENV[“TRAVIS_TAG”]="" is (i) empty or (ii) a valid VersionNumber
│ - ✘ ENV[“TRAVIS_BRANCH”]="" matches devbranch=“master” (if tag is empty)
│ - ✘ ENV[“DOCUMENTER_KEY”] exists
│ - :heavy_check_mark: ENV[“TRAVIS_EVENT_TYPE”]="" is not “cron”
└ Deploying: ✘

I have the ENV variables set on Travis. Why can’t make.jl see them?

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles