Skip to content

Commit 5ab9416

Browse files
committed
Remove old version
1 parent a3a7325 commit 5ab9416

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
VERSION: ${{ inputs.version }}
5454
run: |
5555
echo $VERSION
56+
echo ${{ inputs.version }}
5657
if [[ -z "$VERSION" || ! "$VERSION" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
5758
echo "❌ 'version' is required and must match format vX.X.X (e.g. v0.11.1) when target is 'main'"
5859
exit 1

doc/_static/switcher.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,5 @@
88
"version": "0.11.3",
99
"url": "https://hvplot.holoviz.org/en/docs/latest/",
1010
"preferred": true
11-
},
12-
{
13-
"version": "0.10.0",
14-
"url": "https://hvplot.holoviz.org/en/docs/v0.10.0/"
1511
}
1612
]

0 commit comments

Comments
 (0)