Skip to content

Commit 5fd86f9

Browse files
authored
Update typedoc.sh
Signed-off-by: Gregory Mitchell <me@gmitch215.xyz>
1 parent 5abd56d commit 5fd86f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typedoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ ! -d "docs" ]; then
66
mkdir docs
77
fi;
88

9-
cp -Rfv ./typedoc ./docs/
9+
cp -Rfv ./typedoc ./docs/*
1010

1111
git switch -f gh-pages
1212

0 commit comments

Comments
 (0)