Skip to content

Commit 3714a1c

Browse files
committed
Remove 1.x doc publishing
1 parent bdf6587 commit 3714a1c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

deploy_website.sh

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,10 @@ if ! [ $local ]; then
2222
# Move working directory into temp folder
2323
cd $DIR
2424

25-
# Fetch all tags
26-
git fetch --all --tags --prune
27-
28-
# Checkout the last 1.x release
29-
git checkout tags/1.4.0
30-
31-
# Generate the 1.x docs
32-
./gradlew dokka
33-
3425
git checkout main
26+
3527
# Generate the API docs for 2.x
36-
./gradlew dokka
28+
./gradlew dokkaHtml
3729
fi
3830

3931
# Copy in special files that GitHub wants in the project root.

0 commit comments

Comments
 (0)