Skip to content

Commit 6118d08

Browse files
committed
fixup! Stop regenerating gh-pages index.md in release script
1 parent 58de3d7 commit 6118d08

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
@@ -170,6 +170,9 @@ php phpDocumentor.phar \
170170

171171
rm -rf "$cachedir"
172172

173+
rm -f doc/latest
174+
ln -sfn "$tag" doc/latest
175+
173176
git add doc/
174177

175178
echo "Release notes for $tag:"

0 commit comments

Comments
 (0)