Skip to content

Commit 3945b67

Browse files
authored
Update documentation.yml
1 parent 8d469ee commit 3945b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
run: >
5858
rm -rf docs-out/.git;
5959
rm -rf docs-out/main;
60-
rm -rf docs-out/protocol;
60+
rm -rf docs-out/protocol-beta;
6161
62-
for tag in $(echo "main"; echo "protocol"; git tag);
62+
for tag in $(echo "main"; echo "protocol-beta"; git tag);
6363
do
6464
echo "⏳ Generating documentation for "$tag" release.";
6565

0 commit comments

Comments
 (0)