File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ name: Rebuild latest docs
4
4
# === Documentation hotfix ===
5
5
#
6
6
# 1. Trigger "Rebuild latest docs" workflow manually: https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
7
- # 2. Use the latest version released under Releases e.g. v1.22 .0
7
+ # 2. Use the latest version released under Releases e.g. 2.0 .0
8
8
9
9
on :
10
10
workflow_dispatch :
11
11
inputs :
12
12
latest_published_version :
13
- description : " Latest PyPi published version to rebuild latest docs for, e.g. v2 .0.0"
14
- default : " v2 .0.0"
13
+ description : " Latest PyPi published version to rebuild latest docs for, e.g. 2 .0.0"
14
+ default : " 2 .0.0"
15
15
required : true
16
16
17
17
jobs :
Original file line number Diff line number Diff line change 8
8
workflow_call :
9
9
inputs :
10
10
version :
11
- description : " Version to build and publish docs (v1 .28.0, develop)"
11
+ description : " Version to build and publish docs (1 .28.0, develop)"
12
12
required : true
13
13
type : string
14
14
alias :
You can’t perform that action at this time.
0 commit comments