Skip to content

Commit

Permalink
avoid skipping search
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Apr 11, 2021
1 parent a0e339f commit 108aac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_libs/lunr/lunr_index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/manager/file_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ function process_file_err(case::Symbol, fpair::Pair{String, String},
startswith(inp, path(:literate)) ||
startswith(inp, path(:rss)) ||
endswith(inp, "config.md") ||
endswith(inp, "search.md") ||
endswith(inp, "utils.jl")

@goto end_copyblock
Expand Down

0 comments on commit 108aac4

Please sign in to comment.