Skip to content

Commit 32a86a2

Browse files
mbrandonwmluisbrown
authored andcommitted
Don't generate docs for protocol-beta anymore.
(cherry picked from commit 0f20d59999a5b688683b112d9421d10bf78fcfbc) # Conflicts: # .github/workflows/documentation.yml
1 parent 17a89a9 commit 32a86a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
do
6969
if [ -d "docs-out/$tag" ]
7070
then
71-
echo "✅ Documentation for "$tag" already exists.";
71+
echo "✅ Documentation for "$tag" already exists.";
7272
else
7373
echo "⏳ Generating documentation for "$target" @ "$tag" release.";
7474

0 commit comments

Comments
 (0)