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 7abe0d5 commit 45729c5Copy full SHA for 45729c5
.github/workflows/documentation.yml
@@ -60,7 +60,7 @@ jobs:
60
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/{};
62
63
- 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);
64
do
65
echo "⏳ Generating documentation for "$tag" release.";
66
0 commit comments