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