File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
41
41
- name : Export version for site docs
42
42
id : docs-version-step
43
43
run : |
44
- ./ci- scripts/docs-version.sh
45
- echo "Identified version: $(./ci- scripts/docs-version.sh)"
46
- echo "version=$(./ci- scripts/docs-version.sh)"
47
- echo "version=$(./ci- scripts/docs-version.sh)" >> $GITHUB_OUTPUT
44
+ ./scripts/docs-version.sh
45
+ echo "Identified version: $(./scripts/docs-version.sh)"
46
+ echo "version=$(./scripts/docs-version.sh)"
47
+ echo "version=$(./scripts/docs-version.sh)" >> $GITHUB_OUTPUT
48
48
49
49
publish :
50
50
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins:
12
12
- mike
13
13
- gen-files :
14
14
scripts :
15
- - ci- scripts/gen_pages.py # or any other name or path
15
+ - scripts/gen_pages.py # or any other name or path
16
16
- mkdocstrings :
17
17
handlers :
18
18
python :
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments