We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a006568 commit d23a24aCopy full SHA for d23a24a
.github/workflows/documentation.yml
@@ -66,7 +66,7 @@ jobs:
66
rm -rf docs-out/protocol-beta;
67
git tag -l --sort=-v:refname | grep -e "\d\+\.\d\+.0" | tail -n +10 | xargs -I {} rm -rf docs-out/{};
68
69
- for tag in $(echo "main"; echo "protocol-beta"; git tag -l --sort=-v:refname | grep -e "\d\+\.\d\+.0" | head -10);
+ for tag in $(echo "main"; echo "protocol-beta"; git tag -l --sort=-v:refname | grep -e "\d\+\.\d\+.0" | head -6);
70
do
71
echo "⏳ Generating documentation for "$tag" release.";
72
0 commit comments