We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a7325 commit 5ab9416Copy full SHA for 5ab9416
.github/workflows/docs.yaml
@@ -53,6 +53,7 @@ jobs:
53
VERSION: ${{ inputs.version }}
54
run: |
55
echo $VERSION
56
+ echo ${{ inputs.version }}
57
if [[ -z "$VERSION" || ! "$VERSION" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
58
echo "❌ 'version' is required and must match format vX.X.X (e.g. v0.11.1) when target is 'main'"
59
exit 1
doc/_static/switcher.json
@@ -8,9 +8,5 @@
8
"version": "0.11.3",
9
"url": "https://hvplot.holoviz.org/en/docs/latest/",
10
"preferred": true
11
- },
12
- {
13
- "version": "0.10.0",
14
- "url": "https://hvplot.holoviz.org/en/docs/v0.10.0/"
15
}
16
]
0 commit comments