Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahilea committed Nov 4, 2024
1 parent 5c85c84 commit 51ab419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-blogs/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ end
# Run from commandline?
if abspath(PROGRAM_FILE) == @__FILE__
if isempty(ARGS)
# generate_all_blogposts(; overwrite_existing=true)
generate_all_blogposts(; overwrite_existing=true)
generate_blog_index(; overwrite_existing=true)
elseif isfile(ARGS[1])
generate_blog_html(ARGS[1]; overwrite_existing=true)
Expand Down

0 comments on commit 51ab419

Please sign in to comment.