Skip to content

Commit f8a723c

Browse files
committed
Fixed docs plot directory
1 parent 719392c commit f8a723c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/plots.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ macro echo(expr)
208208
end
209209

210210
@info "Documentation plots"
211-
mkpath("docs/src/figures")
211+
fig_dir = joinpath(@__DIR__, "src", "figures")
212+
mkpath(fig_dir)
212213
@echo hhg_example()
213214
@echo streaking_example()
214215
@echo ppt_example()

0 commit comments

Comments
 (0)