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 45729c5 commit c6d3f57Copy full SHA for c6d3f57
.github/workflows/documentation.yml
@@ -58,7 +58,7 @@ jobs:
58
rm -rf docs-out/.git;
59
rm -rf docs-out/main;
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/{};
+ git tag -l --sort=-v:refname | grep -e "\d\+\.\d\+.0" | tail -n +6 | 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 -6);
64
do
0 commit comments