We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b1395 commit 5ecf545Copy full SHA for 5ecf545
.github/workflows/gh_pages.yml
@@ -27,7 +27,7 @@ jobs:
27
jsdoc -c jsdoc.json -d ../out
28
cd ../out
29
sed -i -e 's:^[[:space:]]*<!--[[:space:]]*$::g' -e 's:^[[:space:]]*-->[[:space:]]*$::g' global.html
30
- prettier * --write
+ prettier . --write
31
git add .
32
git config --local user.email ""
33
git config --local user.name "Github Actions"
0 commit comments