fix(ci): clear docs/html/ before pandoc to avoid directory-exists error

This commit is contained in:
2026-06-08 11:37:18 -04:00
parent 9bc6d10358
commit 895de908e2
+1
View File
@@ -25,6 +25,7 @@ jobs:
- name: Generate chunked HTML docs
run: |
rm -rf docs/html/
pandoc -f gfm -t chunkedhtml --split-level=1 \
--include-in-header docs/html-style.html \
docs/fish-config.md \