Skip to content

Commit

Permalink
Inform when we are doing something
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Jul 11, 2024
1 parent 145e4c2 commit 1d27b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/GeoMakieDocumenterBlocks/src/cardmeta.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function Documenter.Selectors.runner(::Type{CardMetaBlocks}, node, page, doc)
# to be evaluated in the same module in order to have access to local variables.
page_name = first(splitext(last(splitdir(page.source))))
page_link_path = first(splitext(relpath(page.build, doc.user.build)))
@info "Running Cardmeta for $page_name"

global GALLERY_DICT
meta = get!(GALLERY_DICT, page_name, Dict{Symbol, Any}())
Expand Down

0 comments on commit 1d27b68

Please sign in to comment.