Skip to content

Commit aef1f21

Browse files
committed
Automatically update the docs symlink for new releases - Take 3
1 parent 817cf04 commit aef1f21

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/deploy_docs.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ git add $DEST_DIR/
148148
if [[ "dev" != "$DEST_DIR" ]]; then
149149
echo "Updating version"
150150
rm -rf latest
151-
ln -s $VER latest
152-
git commit latest -m "Automated version bump via ${COMMIT_HASH}"
151+
ln -s "$DEST_DIR" latest
153152
fi
154153

155154
echo "Preparing to deploy documentation"

0 commit comments

Comments
 (0)