Skip to content

Commit 978d7a1

Browse files
committed
Release process - always rebuild docs
1 parent 240bf28 commit 978d7a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/publish-ver.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ PACKAGES["packages/setup"]="cognesy/instructor-setup"
3737
PACKAGES["packages/tell"]="cognesy/instructor-tell"
3838
PACKAGES["packages/experimental"]="cognesy/instructor-experimental"
3939

40+
# 0. Build docs
41+
echo "Step 0: Rebuilding documentation..."
42+
./bin/instructor hub gendocs
43+
4044
# 1. Update all package versions using sync-ver.sh
4145
echo "Step 1: Updating package versions..."
4246
./bin/sync-ver.sh "$VERSION"

0 commit comments

Comments
 (0)