Skip to content

Commit a1cffb5

Browse files
stephencelismluisbrown
authored andcommitted
Update documentation.yml
(cherry picked from commit 3945b67d118ee14258727cd19b6891f5540ad7b1)
1 parent 9e95b7e commit a1cffb5

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
@@ -51,9 +51,9 @@ jobs:
5151
run: >
5252
rm -rf docs-out/.git;
5353
rm -rf docs-out/main;
54-
rm -rf docs-out/protocol;
54+
rm -rf docs-out/protocol-beta;
5555
56-
for tag in $(echo "main"; echo "protocol"; git tag);
56+
for tag in $(echo "main"; echo "protocol-beta"; git tag);
5757
do
5858
echo "⏳ Generating documentation for "$tag" release.";
5959

0 commit comments

Comments
 (0)