Skip to content

Commit fe51a17

Browse files
committed
fixup! Stop regenerating gh-pages index.md in release script
1 parent 08d31af commit fe51a17

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dev-bin/release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ php phpDocumentor.phar \
168168

169169
rm -rf "$cachedir"
170170

171+
rm -f doc/latest
172+
ln -sfn "$tag" doc/latest
173+
171174
git add doc/
172175

173176
echo "Release notes for $tag:"

0 commit comments

Comments
 (0)