Skip to content

Commit 1ab53fe

Browse files
committed
Automatically update the docs symlink for new releases - Take 7
A shame this script only runs on the default branch...
1 parent b1d8f38 commit 1ab53fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/deploy_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if [[ "dev" != "$VER" ]]; then
148148
echo "Updating version"
149149
rm -rf latest
150150
ln -s "$DEST_DIR" latest
151-
git add "$DEST_DIR"
151+
git add latest
152152
fi
153153

154154
echo "Preparing to deploy documentation"

0 commit comments

Comments
 (0)