Skip to content

Commit 33ffefb

Browse files
committed
chore: fix typo
1 parent 37708b6 commit 33ffefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_website.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git clone $REPO $DIR
2121
cd $DIR
2222

2323
# Generate the API docs
24-
./gradlew :dokkaForGhPages
24+
./gradlew dokkaForGhPages
2525

2626
# Add readme as index
2727
cat README.md > docs/index.md

0 commit comments

Comments
 (0)