Skip to content

Commit

Permalink
ci: fix documentation generation on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fstamour committed Jun 12, 2024
1 parent 765444b commit 2220282
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/documentation.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@

(defun generate-documentation ()
(let* ((root (breeze-relative-pathname "docs/"))
(index (merge-pathnames "reference.html" root)))
(index (merge-pathnames "reference.html" root))
#+sbcl #+windows
(sb-impl::*default-external-format* :utf-8))
(ensure-directories-exist root)
(with-output-to-file
(output
Expand Down

0 comments on commit 2220282

Please sign in to comment.