Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thowell committed Oct 2, 2021
1 parent f1ed975 commit be29bf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ append!(empty!(LOAD_PATH), Base.DEFAULT_LOAD_PATH)
using Pkg
exampledir = joinpath(@__DIR__, "..", "examples")
Pkg.activate(exampledir)
Pkg.instantiate()
Pkg.add("Literate")
include(joinpath(exampledir, "generate_notebooks.jl"))
2 changes: 2 additions & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**/*.ipynb
**/*.md
!README.md
Project.toml
Manifest.toml
2 changes: 0 additions & 2 deletions examples/Project.toml

This file was deleted.

0 comments on commit be29bf7

Please sign in to comment.