Skip to content

Commit 45729c5

Browse files
mbrandonwmluisbrown
authored andcommitted
Generate docs for last 6 tags.
(cherry picked from commit d23a24a35c42ee8e32b2e7662559a4218c58d1b8)
1 parent 7abe0d5 commit 45729c5

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
@@ -60,7 +60,7 @@ jobs:
6060
rm -rf docs-out/protocol-beta;
6161
git tag -l --sort=-v:refname | grep -e "\d\+\.\d\+.0" | tail -n +10 | xargs -I {} rm -rf docs-out/{};
6262
63-
for tag in $(echo "main"; echo "protocol-beta"; git tag -l --sort=-v:refname | grep -e "\d\+\.\d\+.0" | head -10);
63+
for tag in $(echo "main"; echo "protocol-beta"; git tag -l --sort=-v:refname | grep -e "\d\+\.\d\+.0" | head -6);
6464
do
6565
echo "⏳ Generating documentation for "$tag" release.";
6666

0 commit comments

Comments
 (0)