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:
│ - ENV[“TRAVIS_REPO_SLUG”]=“” occurs in repo=“github.com/ctkelley/ScalarEquations.jl.git”
│ - ✘ ENV[“TRAVIS_PULL_REQUEST”]=“” is “false”
│ - 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
│ - ENV[“TRAVIS_EVENT_TYPE”]=“” is not “cron”
└ Deploying: ✘
I have the ENV variables set on Travis. Why can’t make.jl see them?