fix(ci): clear docs/html/ before pandoc to avoid directory-exists error
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user