Skip to content

Commit

Permalink
Added a change so that docs will (hopefully) deploy now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gus Hart committed Mar 10, 2021
1 parent 644fbb2 commit 65a07bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,8 @@ language: julia
notifications:
email: false
julia:
- 1.0
- 1.5
- nightly # Can't figure out what is wrong with Random.seed in version 1.7 so comment this out for now.
#- nightly # Random seems to have changed in version 1.7 so comment this out for now.
os:
- linux
- osx
Expand All @@ -26,5 +25,5 @@ after_success:
using Coverage
Coveralls.submit(process_folder())'
- julia --project ./docs/make.jl

#- julia -e 'cd(Pkg.dir("MinkowskiReduction")); Pkg.add("Documenter"); ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs", "make.jl"))
coveralls: true
2 changes: 1 addition & 1 deletion docs/make.jl
Expand Up @@ -19,5 +19,5 @@ makedocs(;
)

deploydocs(;
repo="github.com/glwhart/MinkowskiReduction.jl",
repo="github.com/glwhart/MinkowskiReduction.jl", devbranch = "main"
)

0 comments on commit 65a07bb

Please sign in to comment.