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 17a89a9 commit 32a86a2Copy full SHA for 32a86a2
.github/workflows/documentation.yml
@@ -68,7 +68,7 @@ jobs:
68
do
69
if [ -d "docs-out/$tag" ]
70
then
71
- echo "✅ Documentation for "$tag" already exists.";
+ echo "✅ Documentation for "$tag" already exists.";
72
else
73
echo "⏳ Generating documentation for "$target" @ "$tag" release.";
74
0 commit comments