Skip to content

Commit

Permalink
Workaround jsdoc theme bug not should types.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Feb 19, 2020
1 parent da427f5 commit 8d50cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
npm ci
jsdoc -c jsdoc.json -d ../out
cd ../out
sed -i -e 's:^[[:space:]]*<!--[[:space:]]*$::g' -e 's:^[[:space:]]*-->[[:space:]]*$::g' global.html
prettier * --write
git add .
git config --local user.email ""
Expand Down

0 comments on commit 8d50cd8

Please sign in to comment.