Skip to content

Commit 403be5e

Browse files
committed
fix: labels in version switcher
1 parent 2719ca9 commit 403be5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_deploy_multiversion.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ jobs:
102102
cat > _build/html/_static/switcher.json << 'EOF'
103103
[
104104
{
105-
"name": "1.3 (stable)",
105+
"name": "1.3",
106106
"version": "1.3",
107107
"url": "https://docs.openspp.org/"
108108
},
109109
{
110-
"name": "2.0 (preview)",
110+
"name": "2.0",
111111
"version": "2.0",
112112
"url": "https://docs.openspp.org/v2.0/"
113113
}
@@ -195,5 +195,5 @@ jobs:
195195
echo "============================================"
196196
echo ""
197197
echo "URLs:"
198-
echo " - v1.3 (stable): https://docs.openspp.org/"
199-
echo " - v2.0 (preview): https://docs.openspp.org/v2.0/"
198+
echo " - v1.3: https://docs.openspp.org/"
199+
echo " - v2.0: https://docs.openspp.org/v2.0/"

0 commit comments

Comments
 (0)