Skip to content

Commit 5ecf545

Browse files
committed
Fix gh_pages prettier
1 parent 02b1395 commit 5ecf545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
jsdoc -c jsdoc.json -d ../out
2828
cd ../out
2929
sed -i -e 's:^[[:space:]]*<!--[[:space:]]*$::g' -e 's:^[[:space:]]*-->[[:space:]]*$::g' global.html
30-
prettier * --write
30+
prettier . --write
3131
git add .
3232
git config --local user.email ""
3333
git config --local user.name "Github Actions"

0 commit comments

Comments
 (0)