Skip to content

Commit

Permalink
Fix doc build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lassepe committed Aug 17, 2020
1 parent 3fc2ecc commit 26e6644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
*.jl.cov
*.jl.mem
Manifest.toml
docs/build/
notebooks/.ipynb_checkpoints/
test/*.gif
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: julia
os:
- linux
julia:
- 1.1
- 1
notifications:
email: false
Expand All @@ -15,7 +16,7 @@ after_success:
jobs:
include:
- stage: "Documentation"
julia: 1.1
julia: 1
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Expand Down

1 comment on commit 26e6644

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/19696

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.0 -m "<description of version>" 26e66449074229c2be35e2a3d6ecb84277522760
git push origin v0.5.0

Please sign in to comment.