Skip to content

Commit c6d3f57

Browse files
stephencelismluisbrown
authored andcommitted
Update documentation.yml
(cherry picked from commit 54c384581cd0ed395d4f314dfdaca14dc70acf4c)
1 parent 45729c5 commit c6d3f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
rm -rf docs-out/.git;
5959
rm -rf docs-out/main;
6060
rm -rf docs-out/protocol-beta;
61-
git tag -l --sort=-v:refname | grep -e "\d\+\.\d\+.0" | tail -n +10 | xargs -I {} rm -rf docs-out/{};
61+
git tag -l --sort=-v:refname | grep -e "\d\+\.\d\+.0" | tail -n +6 | xargs -I {} rm -rf docs-out/{};
6262
6363
for tag in $(echo "main"; echo "protocol-beta"; git tag -l --sort=-v:refname | grep -e "\d\+\.\d\+.0" | head -6);
6464
do

0 commit comments

Comments
 (0)