Skip to content

Commit

Permalink
fix creating build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamcarlyle committed Nov 20, 2024
1 parent e33a772 commit d2f4790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/grahamcarlyle/blog.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"normalise sharing scrappy fiddles"]]]))

(defn build [{:keys [output-dir]}]
(fs/create-dirs "output")
(fs/create-dirs output-dir)
(spit (io/file output-dir "index.html") (declaration-of-intent)))

(comment
Expand Down

0 comments on commit d2f4790

Please sign in to comment.